Create approval
Create approval
Create an approval.
POST
Create approval
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Create approval for an artifact.
The sha256 fingerprint of the artifact that is approved
Pattern:
^[a-f0-9]{64}$Description for the approval
Pattern:
^[a-f0-9]{40}$Environment the approval is valid for
The oldest commit
Pattern:
^[a-f0-9]{40}$List of approvals
Response
Successful Response
Create approval for an artifact.
The sha256 fingerprint of the artifact that is approved
Pattern:
^[a-f0-9]{64}$Description for the approval
Pattern:
^[a-f0-9]{40}$Environment the approval is valid for
The oldest commit
Pattern:
^[a-f0-9]{40}$List of approvals
Last modified on April 16, 2026