SubClient
Updates a new SubClient (to be with enabled sub-clients module)
This API can be used on instances with enabled sub-clients module only. API updates a SubClient.
PATCH
/api/sub-clients/{id}Authorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Path Parameters
id
stringrequired
SubClient identifier
Request Body
application/json
required
The updated SubClient resource
{
"externalId": "id123",
"description": "Any description"
}Response
200
SubClient resource updated
id
integer
Identifier generated by Output.Rocks.
externalId
string
Optional identifier, used in connected system. External ID has to be unique.
description
string
SubClient description
tokens
object[]
standardValues
object[]