Skip to main content
PATCH
/
divisions
/
{id}
/
airports
/
{airportId}
/
contributions
Update airport contribution availability
curl --request PATCH \
  --url https://v2.stopbars.com/divisions/{id}/airports/{airportId}/contributions \
  --header 'Content-Type: application/json' \
  --header 'X-Vatsim-Token: <api-key>' \
  --data '
{
  "contributionsEnabled": true
}
'

Documentation Index

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

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

Authorizations

X-Vatsim-Token
string
header
required

VATSIM authentication token obtained via OAuth callback.

Path Parameters

id
integer
required
airportId
integer
required

Body

application/json
contributionsEnabled
boolean
required

Response

Contribution setting updated