PUT
/
api
/
v2
/
events
/
{event_id}
{
  "data": {
    "id": 123,
    "client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "rrule": "<string>",
    "session_collection": true,
    "local_group_collection": true,
    "ad_structure_collection": true,
    "cert_services_collection": true,
    "ca_registry_collection": true,
    "dc_registry_collection": true,
    "all_trusted_domains": true,
    "ous": [
      {
        "objectid": "<string>",
        "name": "<string>",
        "exists": true,
        "distinguishedname": "<string>",
        "type": "<string>"
      }
    ],
    "domains": [
      {
        "objectid": "<string>",
        "name": "<string>",
        "exists": true,
        "type": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
integer
default:
0

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.

Required range: x > 0

Path Parameters

event_id
integer
required

Event ID

Body

application/json
The request body for updating an event
rrule
string
session_collection
boolean
local_group_collection
boolean
ad_structure_collection
boolean
cert_services_collection
boolean
ca_registry_collection
boolean
dc_registry_collection
boolean
all_trusted_domains
boolean
ous
string[]
domains
string[]

Response

200
application/json
OK
data
object