PATCH
Update an outbound group preset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

preset_id
string<uuid>
required

Body

application/json
name
string
Required string length: 1 - 120
description
string | null
Maximum string length: 500
group_ids
string<uuid>[]
Required array length: 1 - 100 elements

Response

Group preset updated.

id
string<uuid>
required
actor_user_id
string
required

Clerk user id that owns this preset.

name
string
required
group_ids
string<uuid>[]
required
created_at_ms
integer<int64>
required
updated_at_ms
integer<int64>
required
description
string | null