Generated
Project
POST
/
project.createProject create
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequirednameRequiredstring
Minimum length:
1descriptionstring | null
envstring
Successful response
GET
/
project.oneProject one
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
projectIdRequiredstring
Minimum length:
1Successful response
GET
/
project.allProject all
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Successful response
POST
/
project.removeProject remove
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredprojectIdRequiredstring
Minimum length:
1Successful response
POST
/
project.updateProject update
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredprojectIdRequiredstring
Minimum length:
1namestring
Minimum length:
1descriptionstring | null
createdAtstring
organizationIdstring
envstring
Successful response
POST
/
project.duplicateProject duplicate
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredsourceEnvironmentIdRequiredstring
nameRequiredstring
descriptionstring
includeServicesboolean
Default:
trueselectedServicesarray<object>
duplicateInSameProjectboolean
Default:
falseSuccessful response