POST/spaces/api/v1/companies.json
Create a new Company
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Created
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 409
- Type
- object
- Schema
- Description
- 409 Conflict
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
201 Created
ProjectsCreateStatusOK
{
"STATUS": "string",
"id": "string"
}