Skip to main content

PromptVersionReadMin

Lightweight prompt-version summary (without the version content).

idIdrequired

Unique numeric identifier of the record.

prompt_idPrompt Idrequired

ID of the prompt this version belongs to.

version_numberVersion Numberrequired

Monotonic version number within the prompt.

description objectrequired

Optional change description for this version.

anyOf
string
author objectrequired

Who authored this version.

anyOf
string
created_atdate-timerequired

Creation time (UTC, ISO 8601).

PromptVersionReadMin
{
"id": 0,
"prompt_id": 0,
"version_number": 0,
"description": "string",
"author": "string",
"created_at": "2024-07-29T15:51:28.071Z"
}