curl --request PATCH \
--url https://api.lunary.ai/v1/datasets/prompts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"role": "<string>",
"content": "<string>"
}
]
}
'{
"id": "<string>",
"datasetId": "<string>",
"messages": [
{
"role": "<string>",
"content": "<string>"
}
]
}curl --request PATCH \
--url https://api.lunary.ai/v1/datasets/prompts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"role": "<string>",
"content": "<string>"
}
]
}
'{
"id": "<string>",
"datasetId": "<string>",
"messages": [
{
"role": "<string>",
"content": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.lunary.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a project private API key via Authorization: Bearer <key>.
Show child attributes