v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Project

Restore a project

Restore a soft-deleted project, making it active again. If the project key conflicts, a new key will be generated.

put/api/projects/{projectId}/restore

Path parameters

projectIdstring uuid required

Unique identifier of the project to restore

Response

Restored project details

idstring uuid required

Unique identifier of the project

namestring required

Name of the project

keystring

Unique key identifier for the project

organisationIdstring uuid required

Organisation ID the project belongs to

version'v1' | 'v2' required

Project version (v1 or v2)

createdAtstring required

Timestamp when the project was created

updatedAtstring required

Timestamp when the project was last updated

protectedboolean

Whether the project is protected from deletion

deletedAtstring nullable

Timestamp when the project was soft deleted

decisionsApprovalMode'require_one_per_team' | 'none_create_request' | 'require_any' | 'none' | 'null' nullable

Approval mode for decisions