langfuse.api.prompt_version.raw_client
Update labels for a specific prompt version
Parameters
name : str The name of the prompt. If the prompt is in a folder (e.g., "folder/subfolder/prompt-name"), the folder path must be URL encoded.
version : int Version of the prompt to update
new_labels : typing.Sequence[str] New labels for the prompt version. Labels are unique across versions. The "latest" label is reserved and managed by Langfuse.
request_options : typing.Optional[RequestOptions] Request-specific configuration.
Returns
HttpResponse[Prompt]
Update labels for a specific prompt version
Parameters
name : str The name of the prompt. If the prompt is in a folder (e.g., "folder/subfolder/prompt-name"), the folder path must be URL encoded.
version : int Version of the prompt to update
new_labels : typing.Sequence[str] New labels for the prompt version. Labels are unique across versions. The "latest" label is reserved and managed by Langfuse.
request_options : typing.Optional[RequestOptions] Request-specific configuration.
Returns
AsyncHttpResponse[Prompt]