Update

Update a child organization. Only the name can be changed.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
Unique identifier of the parent organization
childIdstringRequired
Unique identifier of the child organization

Request

Child organization data for update
dataobjectRequired
Child organization data for update

Response

Updated child organization resource
type"organization"
idstring
Unique identifier of the child organization
attributesobject
Limited set of child organization attributes exposed to external consumers

Errors

400
Invalid Request
401
Unauthorized Error
403
Forbidden Error
404
Does Not Exist Error
500
Internal Server Error