Skip to main content

Apply release

POST 

/api/projects/:projectId/releases/apply

Apply release and optionally publish it. Existing files will not be overwritten, instead new document versions will be pushed.

Request

Path Parameters

    projectId uuidrequired

    Project ID

Body

    releaseId uuid

    Release ID

    publish booleannullable

    Default value: false

    Whether or not to publish the changes

Responses

Successful operation

Schema

    id uuid
    createdAt date
    name string
    description string
    version autoincrement
    meta any
Loading...