cURL
curl --request PUT \ --url https://backstage.example.com/api/soundcheck/checks/{checkId} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "ownerEntityRef": "<string>", "name": "<string>", "description": "<string>", "filter": {} } '
{ "check": { "id": "<string>", "ownerEntityRef": "<string>", "name": "<string>", "description": "<string>", "filter": {} } }
Update a check by id.
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.
The ID of the check
1 - 100
Generator-friendly approximation of the runtime EntityFilter type. Runtime validation accepts a record of string or string[] values.
OK
Show child attributes
Contact support