Update prompt description

Updates the description of a Prompt.

See our prompting guide for tips on crafting your system prompt.

Path parameters

idstringRequiredformat: "uuid"
Identifier for a Prompt. Formatted as a UUID.
versionintegerRequired
Version number for a Prompt. Prompts, Configs, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine prompts and revert to previous versions if needed. Version numbers are integer values representing different iterations of the Prompt. Each update to the Prompt increments its version number.

Headers

X-Hume-Api-KeystringRequired

Request

This endpoint expects an object.
version_descriptionstringOptional
An optional description of the Prompt version.

Response

Success
idstring
Identifier for a Prompt. Formatted as a UUID.
versioninteger
Version number for a Prompt. Version numbers should be integers. The combination of configId and version number is unique.
version_typestring

Indicates whether this prompt is using a fixed version number or auto-updating to the latest version. Values from the VersionType enum.

namestring
Name applied to all versions of a particular Prompt.
created_onlong
The timestamp when the first version of this prompt was created.
modified_onlong
The timestamp when this version of the prompt was created.
textstring
Text used for this version of the Prompt.
version_descriptionstring or null
Description that is appended to a specific version of a Prompt.