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
organizationId
Unique identifier of the parent organization
childId
Unique identifier of the child organization
Request
Child organization data for update
data
Child organization data for update
Response
Updated child organization resource
type
id
Unique identifier of the child organization
attributes
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