cURL
curl --request PATCH \ --url https://api.peec.ai/customer/v1/topics/{topic_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
{}
Update a topic within a project
1 - 64
Topic updated successfully