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
- application/json
Body
required
projectName stringrequired
version stringrequired
isDraft boolean
reason string
username string
Username of the user accepting the version. Populated from auth token.
Responses
- 200
- 400
Version accepted successfully and will be created
Invalid request or version already processed
Loading...