v1

latestOpenAPI 3.0.0Apache 2.02026-07-1410280162.7 KB
groups

Update a service group with a diff

Update a service group with a diff

patch/api/groups/{serviceGroupId}

Path parameters

serviceGroupIdstring required

The service group id

Request body

op'add' | 'replace' | 'remove' | 'copy' | 'test' required
pathstring required
{"stackTrail":"components:schemas:Patch:items:properties:value","oasType":"schema","type":"unknown"}

Example request

[
  {
    "path": "a string value"
  }
]

Response

Successful operation

descriptionstring

The descriptoin of the group

idstring required

The unique id of the group. Usually 64 random alpha numerical characters, but can be anything

namestring required

The name of the group

Example response

{
  "description": "a string value",
  "id": "a string value",
  "name": "a string value"
}