Setup Group Permission

Update

Update an existing Setup Group Permission record by ID.

put/api/cp/setup/group-permission/{id}

Path parameters

idinteger required

Id identifier

Request body

idinteger

Id

group_idinteger

Group Id

pathstring

Path

accessstring[]

Access

Example request

{
  "id": 12345,
  "group_id": 1,
  "path": "example_path",
  "access": "get"
}

Response

Operation completed successfully

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.