Projects V2

Convert Standalone Application to Project

Atomically creates a project and associates an existing standalone application. Requires projects:write and applications:write scope.

post/v2/projects/applications/{application_id}/project

Path parameters

application_idstring required

Standalone application ID to convert into a project

Standalone application ID to convert into a project

Request body

namestring required

Display name of the new project

Response

Success

idstring required

Unique identifier for the project

object'project' required

Object type, always project

namestring required

Display name of the project

organization_idinteger required

ID of the organization that owns this project

created_atstring required

ISO 8601 timestamp of when the project was created

updated_atstring required

ISO 8601 timestamp of when the project was last updated

archivedboolean required

Whether the project is archived

metadataobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.