Projects
Create a new project.
post/spaces/{spaceIdentifier}/projects
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"AutoDeployReleaseOverrides": [
{
"TenantId": "Tenants-1"
}
],
"Clone": "Projects-1",
"LifecycleId": "Lifecycles-1",
"ProjectGroupId": "ProjectGroups-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"AutoDeployReleaseOverrides": [
{
"TenantId": "Tenants-1"
}
],
"ClonedFromProjectId": "Projects-1",
"DeprovisioningRunbookId": "Runbooks-1",
"ProvisioningRunbookId": "Runbooks-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.