cURL
curl --request PATCH \ --url https://rawugc.com/api/v1/personas/{personaId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>", "errors": {} }
Update an existing persona.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Persona ID
Updated persona name
1 - 200
Updated persona description
1 - 5000
Persona updated successfully
Was this page helpful?