Skip to main content
POST
/
airports
/
{icao}
/
links
/
bulk
Bulk update stopbar-to-lead-on links for an airport
curl --request POST \
  --url https://v2.stopbars.com/airports/{icao}/links/bulk \
  --header 'Content-Type: application/json' \
  --header 'X-Vatsim-Token: <api-key>' \
  --data '{}'
{
  "success": true,
  "linked": 123,
  "unlinked": 123
}

Authorizations

X-Vatsim-Token
string
header
required

VATSIM authentication token obtained via OAuth callback.

Path Parameters

icao
string
required

Body

application/json

Lead-on to stopbar links to add

Specific lead-on to stopbar links to remove

Response

Bulk update completed

success
boolean
linked
integer
unlinked
integer