Skip to main content
POST
Update a contact

JSON Example

Multipart Form Data Example


📝 Field Requirements for Update

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
string<uuid>
required

The ID of the contact to update

Body

application/json
name
string
required
Maximum string length: 50
Example:

"John Doe"

email
string<email>
gender
enum<string>
Available options:
male,
female,
other
Example:

"male"

status
boolean
Example:

true

Response

status
integer
required
Example:

200

message
string
required
Example:

"Resource updated successfully."

data
object
required

Updated resource data.