Skip to main content
POST
/
checkin
/
v1
/
api
/
event
/
disable
Disables an event
curl --request POST \
  --url https://api.qflowhub.io/checkin/v1/api/event/disable \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Ocp-Apim-Subscription-Key: <api-key>' \
  --data '
{
  "title": "<string>",
  "startTime": "2023-11-07T05:31:56Z",
  "endTime": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "active": true,
  "timeZoneId": "<string>",
  "tags": "<string>",
  "customData": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.

Ocp-Apim-Subscription-Key
string
header
required

Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.

Body

The event object to update (json or xml)

title
string
required
startTime
string<date-time>
required
endTime
string<date-time>
required
id
string
active
boolean
timeZoneId
string
tags
string
customData
string

Response

OK

The response is of type object.