Update an account
PATCH
http://localhost:3000/authorization/accounts/:accountId
Updates an account.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
accountIdstringRequired
format: "^[0-9a-f]{24}$"The individual account to update.
Request
request body
updatesobjectOptional
Response
The output of the account update.
statusenum
The status of the API request.
Allowed values:
messagestring
Message containing either confirmation of the operation or the reason for the failure of the operation.
dataobject
This is the schema for an IAP account stored in Mongo
Errors
500
Internal Server Error