v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
manage

Untar and fetch info from beast.toml file in challenge

Handles the challenge management from a challenge in tar file. Currently prepare the tar file

post/api/manage/challenge/upload

Response

OK

categorystring
descriptionstring
hintsstring[]
namestring
pointsinteger
portsinteger[]

Example response

{
  "category": "web",
  "name": "Web Challenge",
  "points": 50
}