v51

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

Set prompt version environment

Set or clear the environment owned by a prompt version. Setting a non-null environment moves ownership atomically: any previous owner of that environment for the same prompt has its environment cleared in the same transaction. Setting null clears the environment from the version. The environment must already exist in the workspace registry; unknown names return 404.

patch/v1/private/prompts/versions/{versionId}/environments

Path parameters

versionIdstring uuid required

Request body

environmentsstring[] required

Response

No Content