Minctrl Docs
API ReferenceCompanies

Create a project under a company

POST
/companies/{company_id}/projects

Create a project under the given company.

Requires a valid bearer token. Scoped to the company_id in the path.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

company_id*Company Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/companies/string/projects" \  -H "Content-Type: application/json" \  -d '{}'
null
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}