Skip to main content

Clone Existing Project

GET 

/org/:orgId/project/:projectId/clone

Clone Existing Project

Request​

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    projectId stringrequired

    The Project ID (UUID) for which you are querying.

Responses​

Success.

Schema

    id string
    name string
    description string
    version integer
    created integer
    createdBy string
Loading...