cURL
curl --request PATCH \ --url https://api.peec.ai/customer/v1/prompts/{prompt_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "topic_id": "<string>", "tag_ids": [ "<string>" ] } '
{}
Update a prompt’s topic and tags within a project
Documentation IndexFetch the complete documentation index at: https://docs.peec.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.peec.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prompt updated successfully