Update Event Type Host
DevelopingPATCH
/v1/event_types/{uid}/hosts/{userId}This API can be used to update information on the host of the event type page, such as round-robin priority settings.
Request
Path Params
uid
string
required
userId
string
required
Body Params application/json
priority
number
optional
Round Robin Priority of the host
>= 0<= 3
Example
{
"priority": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
#/definitions/1465752required
ExampleUpdate priority as 2
{
"priority": 2
}
Last modified: 2 months ago