Account {account} POST
POST /api/account/{account}
Upserts an account.
URL Parameters
account* | string |
---|
Request Body
name | string |
---|
Responses
200 OK
tenant | string | |
---|---|---|
id | string | |
name | string |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"tenant": "string",
"id": "string",
"name": "string"
}