Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Body
application/json
The account type
Available options:
production
, test
Example:
["PRODUCTION", "TEST"]
Response
The account with the given identifier was updated.
Available options:
active
, inactive
, error
The account type
Available options:
production
, test
, unmapped_value
Example:
["PRODUCTION", "TEST"]