injected service use to handle the organization related operations
injected service use to handle the hierarchy related operations
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
params
is required200 OK
This handler will update organization by applying the following steps in sequence:
Read organization (service.getOrganization)
Update organization (service.updateOrganization)
Read organization (service.getOrganization)
Normalize organization response (normalizeOrganizationResponse)
Return normalized organization response
Error
500 NBError Internal Server Error
Generated using TypeDoc
Update organization handler