Skip to main content
PUT
/
workspaces
/
{workspace}
/
contact-groups
/
{contact-group}
{
  "status": 200,
  "message": "Resource updated successfully.",
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

contact-group
integer
required

Body

application/json

The body is of type any.

Response

status
integer
required
Example:

200

message
string
required
Example:

"Resource updated successfully."

data
object
required

Updated resource data.