manage
Handles challenge management actions.
Handles challenge management routes with actions which includes - DEPLOY, UNDEPLOY, PURGE.
post/api/manage/challenge/
Query parameters
namestring required
Name of the challenge to be managed, here name is the unique identifier for challenge
actionstring required
Action for the challenge
Response
OK
Example response
{
"message": "Messsage in response to your request"
}