Skip to main content
PATCH
/
messaging
/
{messageId}
Update messaging
curl --request PATCH \
  --url https://rawugc.com/api/v1/messaging/{messageId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "body": "<string>"
}
'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

messageId
string
required

Messaging ID

Body

application/json
name
string

Updated messaging name

Required string length: 1 - 200
body
string

Updated messaging body

Required string length: 1 - 5000

Response

Updated successfully