Skip to main content
POST
/
contributions
Submit a new contribution
curl --request POST \
  --url https://v2.stopbars.com/contributions \
  --header 'Content-Type: application/json' \
  --header 'X-Vatsim-Token: <api-key>' \
  --data '
{
  "airportIcao": "<string>",
  "packageName": "<string>",
  "submittedXml": "<string>"
}
'

Authorizations

X-Vatsim-Token
string
header
required

VATSIM authentication token obtained via OAuth callback.

Body

application/json
airportIcao
string
required
packageName
string
required
submittedXml
string
required
notes
string

Response

Contribution created