Skip to main content
POST
/
checks
Create checks
curl --request POST \
  --url https://backstage.example.com/api/soundcheck/checks \
  --header 'Content-Type: application/json' \
  --data '
{
  "checks": [
    {
      "id": "<string>",
      "ownerEntityRef": "<string>",
      "name": "<string>",
      "description": "<string>",
      "filter": {}
    }
  ]
}
'
{
  "checks": [
    {
      "id": "<string>",
      "ownerEntityRef": "<string>",
      "name": "<string>",
      "description": "<string>",
      "filter": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
checks
object[]
required

Response

Created

checks
object[]
required