curl --request PATCH \
--url https://api.example.com/api/startup-challenges/{challenge_id}/steps/{step_id} \
--header 'Content-Type: application/json' \
--data '
{
"category": "<string>",
"complexity": "low",
"description": "<string>",
"name": "<string>",
"notes": "<string>",
"status": "todo"
}
'{
"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 PATCH \
--url https://api.example.com/api/startup-challenges/{challenge_id}/steps/{step_id} \
--header 'Content-Type: application/json' \
--data '
{
"category": "<string>",
"complexity": "low",
"description": "<string>",
"name": "<string>",
"notes": "<string>",
"status": "todo"
}
'{
"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>"
}Successful Response
low, medium, high todo, in_progress, done, skipped