curl --request PUT \
--url https://api.example.com/api/startup-challenges/{challenge_id}/steps/reorder \
--header 'Content-Type: application/json' \
--data '
{
"step_ids": [
"<string>"
]
}
'[
{
"challenge_id": "<string>",
"complexity": "low",
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"position": 123,
"status": "todo",
"updated_at": "<string>",
"category": "<string>",
"description": "<string>",
"notes": "<string>"
}
]curl --request PUT \
--url https://api.example.com/api/startup-challenges/{challenge_id}/steps/reorder \
--header 'Content-Type: application/json' \
--data '
{
"step_ids": [
"<string>"
]
}
'[
{
"challenge_id": "<string>",
"complexity": "low",
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"position": 123,
"status": "todo",
"updated_at": "<string>",
"category": "<string>",
"description": "<string>",
"notes": "<string>"
}
]1Successful Response
low, medium, high todo, in_progress, done, skipped