curl --request PUT \
--url https://{controlPlaneURL}/api/ml/v1/prompt-versions/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt_version_id": "<string>",
"tags": [
"<string>"
],
"force": false
}'{}curl --request PUT \
--url https://{controlPlaneURL}/api/ml/v1/prompt-versions/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt_version_id": "<string>",
"tags": [
"<string>"
],
"force": false
}'{}Was this page helpful?