cURL
curl --request POST \ --url https://api.example.com/api/v2/projects/{project_id}/evaluation-criteria/id/{criteria_id}/versions/{version_id}/deploy \ --header 'Content-Type: application/json' \ --data '{}'
{}
Activate an evaluation criteria version for use in evaluations. Use to promote a tested version to production.
The body is of type EmptyRequest · object.
EmptyRequest · object
EmptyResponse()
The response is of type EmptyResponse · object.
EmptyResponse · object