Skip to content

Partially update a contacts group

PATCH
/v1/contactsgroup/{id}/

Update one or more fields of an existing contacts group.

id
required
string format: uuid

A UUID string identifying this contacts group.

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
id
string format: uuid
name
string
<= 100 characters
rules
Array<string>
targets
Array<string>
oncall_count
integer

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
id
required
string format: uuid
name
required
string
<= 100 characters
rules
required
Array<string>
targets
required
Array<string>
oncall_count
required
integer