Skip to main content

Edit an application group

PUT 

https://api.sase.paloaltonetworks.com/sse/config/v1/application-groups/:id

Modify an application group.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The application group you want to edit

    entry object
    membersstring[]required

    Possible values: <= 63 characters

    namestringrequired

    Alphanumeric string [ 0-9a-zA-Z._-]

    Possible values: <= 31 characters

Responses

Ok

Authorization: http

name: Bearertype: httpscheme: bearer
curl -L -X PUT 'https://api.sase.paloaltonetworks.com/sse/config/v1/application-groups/:id' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"entry": {
"members": [
"string"
],
"name": "string"
}
}'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Auth
Parameters
— pathrequired
Body
{
  "entry": {
    "members": [
      "string"
    ],
    "name": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!