Skip to main content
PATCH
/
api
/
v2
/
projects
/
{project_id}
/
evaluation-criteria
/
id
/
{criteria_id}
/
reorder
Reorder Criteria
curl --request PATCH \
  --url https://api.example.com/api/v2/projects/{project_id}/evaluation-criteria/id/{criteria_id}/reorder \
  --header 'Content-Type: application/json' \
  --data '
{
  "move_before_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{}

Path Parameters

project_id
string
required
criteria_id
string
required

Body

application/json
move_before_id
string<uuid> | null

Response

200 - application/json

EmptyResponse()

The response is of type EmptyResponse · object.