Reject a pending entry
POST/api/v1/resources/pending/reject
Rejects a pending Platform / Device Type / Group / Version. The entry is marked as rejected and will not be created.
Request
- application/json
Body
required
type stringrequired
Possible values: [PLATFORM, DEVICE_TYPE, GROUP, VERSION]
Which kind of pending entry this is (platform / device type / group / version)
token stringrequired
Identifier of the pending entry. For PLATFORM/DEVICE_TYPE/GROUP it is the reported token; for VERSION it is "projectName@version".
reason string
Optional free-text note explaining the decision; stored on the pending entry for audit
Responses
- 200
- 400
Entry rejected
Invalid request or entry already processed
Loading...