Skip to main content
PUT
/
fact-collectors
/
{collectorId}
Update a fact collector
curl --request PUT \
  --url https://backstage.example.com/api/soundcheck/fact-collectors/{collectorId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "config": {
    "collects": [
      {}
    ]
  }
}
'
{
  "factCollector": {
    "collectorId": "<string>",
    "config": {
      "collects": [
        {}
      ]
    }
  }
}

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.

Path Parameters

collectorId
string
required

Body

application/json
config
object
required

Response

Fact collector updated

factCollector
object
required