Create prompt version
Authentication
X-Hume-Api-Keystring
API Key authentication via header
Path parameters
id
Identifier for a prompt. Formatted as a UUID.
Request
This endpoint expects an object.
text
Text used for this version of the Prompt.
version_description
Description that is appended to a specific version of a Prompt.
Response
Created
created_on
The timestamp when the first version of this prompt was created.
id
Identifier for a Prompt. Formatted as a UUID.
modified_on
The timestamp when this version of the prompt was created.
name
Name applied to all versions of a particular Prompt.
text
Text used for this version of the Prompt.
version
Version number for a Prompt. Version numbers should be integers. The combination of configId and version number is unique.
version_type
Indicates whether this prompt is using a fixed version number or auto-updating to the latest version. Values from the VersionType enum.
version_description
Description that is appended to a specific version of a Prompt.

