v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
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

messagestring

Example response

{
  "message": "Messsage in response to your request"
}