cURL
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": {} }
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Messaging ID
Updated messaging name
1 - 200
Updated messaging body
1 - 5000
Updated successfully
Was this page helpful?