PATCH/projects/{project_id}/messages/{message_id}

Update message status

Update the status of a contact message. The status field is required.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
message_idpathstringrequired

Unique identifier of the contact message

Request Body

required

Status update payload. The status field is required.

application/json
ContactMessageStatusUpdate

Request body for updating a contact message status. The status field is required.

statusContactMessageStatusrequired

Status of a contact message

Enum:NewReadRepliedArchived

Responses

Navigation