Update a prompt’s tags. Content is immutable.
The latest tag is auto-managed and cannot be manually added or removed.
latest
cURL
curl --request PATCH \ --url https://api.example.com/api/v1/prompts/{id} \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "prompt_id": "<string>", "version": 123, "content": "<string>", "tags": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Request body for updating prompt tags. Content is immutable (append-only versioning).
Updated tags
Successful Response
Response body for a prompt.
Contact support