PromptUpdate
Prompt update request (all fields optional; omitted = no change).
name object
anyOf
- string
- null
string
type object
anyOf
- string
- null
string
Possible values: [markdown, text, xml, graph]
alias object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
Possible values: non-empty
folder_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
content object
anyOf
- string
- null
string
variables object
anyOf
- object[]
- null
Array [
nameName (string)required
description object
anyOf
- string
- null
string
default object
anyOf
- string
- null
string
requiredRequired (boolean)
Default value:
true]
PromptUpdate
{
"name": "string",
"type": "markdown",
"alias": "string",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"content": "string",
"variables": [
{
"name": "string",
"description": "string",
"default": "string",
"required": true
}
]
}