Patches the specified team
PATCH/v1/teams/:uid
Patches the specified team
Request
Path Parameters
uid stringrequired
- application/json
Body
array
required
Array [
]
fromstring
A path to the pointer from which reference will be taken
opstringrequired
Possible values: [add
, remove
, replace
, move
, copy
]
The operation to be performed
pathstringrequired
A path to the pointer on which operation will be done
valueobject
The value to be used within the operations.
Responses
- 204
The resource was updated successfully
Loading...