authenticate secrets
injected function used to authenticate the request
injected service use to handle the change request related operations
injected service use to handle the organization related operations
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
params
is required204 No Content
This handler will create change request by applying the following steps in sequence:
Authenticate the request with the given token pair
Check if the token is user access token
Create change request (service.createOrganizationChangeRequest)
Update organization audit status to waiting_for_change_review
(service.updateOrganization)
403 NBError Forbidden
500 NBError Internal Server Error
Generated using TypeDoc
Create change request handler