cURL
curl --request POST \ --url https://backstage.example.com/api/soundcheck/checks/exemptions \ --header 'Content-Type: application/json' \ --data ' { "checkId": "<string>", "entityRef": "<string>", "justification": "<string>" } '
{ "exemption": { "checkId": "<string>", "entityRef": "<string>", "userRef": "<string>", "justification": "<string>", "timestamp": "<string>" } }
Create an exemption for an entity on a specific check.
Documentation IndexFetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Created
Show child attributes
Contact support