Patch Prompt
Update tags on an existing prompt version.
Content changes are not accepted; clients POST a new version instead. Empty body is a no op (no DB write, no reload).
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
Body for PATCH /admin/api/v1/prompts/{id}.
Only tags is patchable. Sending null on tags is rejected
(clearing tags means an empty list, not null). Content changes are
not accepted on PATCH — clients POST a new version instead.
Response
Successful Response
GET response and the data payload of POST/PATCH/DELETE responses.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.