Skip to main content

Accept a pending version

POST 

/api/v1/catalog/pendingVersions/accept

Accepts a pending version and creates the project/version in the system. If the project does not exist, it will be created.

Request

Body

required

    projectName stringrequired
    version stringrequired
    isDraft boolean
    reason string
    username string

    Username of the user accepting the version. Populated from auth token.

Responses

Version accepted successfully and will be created

Loading...