Reject a pending version
POST/api/v1/catalog/pendingVersions/reject
Rejects a pending version. The version will be marked as rejected and will not be processed.
Request
- application/json
Body
required
projectName stringrequired
version stringrequired
reason string
Responses
- 200
- 400
Version rejected successfully
Invalid request or version already processed
Loading...