Skip to main content

Rename Existing Project

POST 

/org/:orgId/project/:projectId/rename

Rename Existing Project

Request

Path Parameters

    orgId stringrequired

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

    projectId stringrequired

    ID (UUID) of the project you want to rename

Body

    any

Responses

Success.

Schema

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