ki.templates.history
History eines Prompt-Templates anzeigen
Hilfe
Zeigt die Aenderungshistorie eines Prompt-Templates an.
Parameter
| Name | Typ | Required | Default | Beschreibung |
|---|---|---|---|---|
template_id |
integer | Ja | — | Template-ID |
Rückgabe
Liste der History-Eintraege
Beispiel-Prompts
- Zeig mir die History von Template 1
HTTP-Request (curl)
curl -X GET 'http://HOST:8502/api/admin/ki/prompt-templates/{template_id}/history' \
-H 'Cookie: kiara_admin_session=SESSION' \
-H 'X-Requested-With: XMLHttpRequest'