Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl --location --request POSTPUT 'https://ombori-queue-qa.azure-api.net/api/organizations/{organizationName}/queues/{queueId}/positions/{positionOrReservationId}/cancel-position' \
--header 'Content-Type: application/json' \
--header 'ApiKey: XYZ'

...