Skip to main content

UpdateContactType updates a contact type.

PATCH 

/api/v1/engagements/contacts/types/:id

Partial updates supported - only provided fields are updated.

Parameters

  • id: Required, contact type to update
  • name: Optional, new name (must be unique)
  • description: Optional, new description

Errors

  • NOT_FOUND: Contact type does not exist
  • ALREADY_EXISTS: New name conflicts with existing type
  • PERMISSION_DENIED: Caller lacks contacts:settings:write permission

Request

Responses

A successful response.