v52

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-03308532588.7 KB
Prompts

Update prompt versions

Update one or more prompt versions.

Note: Prompt versions are immutable by design. Only organizational properties, such as tags etc., can be updated. Core properties like template and metadata cannot be modified after creation.

PATCH semantics:

  • non-empty values update the field
  • null values preserve existing field values (no change)
  • empty values explicitly clear the field
patch/v1/private/prompts/versions

Request body

idsstring[] required

IDs of prompt versions to update

merge_tagsboolean

Tag merge behavior:

  • true: Add new tags to existing tags (union)
  • false: Replace all existing tags with new tags (default behaviour if not provided)

Response

No Content