Skip to main content
PUT
/
applications
/
_bulk
Bulk update applications
curl --request PUT \
  --url https://api.gospott.com/applications/_bulk \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "items": [
    {
      "id": "<string>",
      "stageId": "<string>",
      "position": 123
    }
  ]
}
'
{
  "status": 0,
  "message": "<string>",
  "requestId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt

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

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Body

application/json
items
object[]
required
Required array length: 1 - 100 elements

Response

Applications updated successfully