v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
Submit

Verifies and creates an entry in the database for successful submission of flag for a challenge.

Returns success or error response based on the flag submitted. Also, the flag will not be submitted if it was previously submitted

post/api/submit/challenge

Response

OK

namestring
statusstring
updated_atstring

Example response

{
  "name": "Web Challenge",
  "status": "deployed",
  "updated_at": "2018-12-31T22:20:08.948096189+05:30"
}