projects
Creates a new project
POST
/
organizations
/
{organizationId}
/
projects
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
organizationId
string
requiredID of organization
Body
application/json
name
string
requiredResponse
200 - application/json
project
object
Was this page helpful?