Set default company
POST/v1/companies/:id/set-default
Marks the company as the organization's default. The previous default is unset in the same transaction.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Company set as default.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.