We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f503 commit 356218cCopy full SHA for 356218c
api/manage.go
@@ -361,7 +361,8 @@ func manageScheduledAction(c *gin.Context) {
361
362
// Prepare challenge info from .tar file.
363
// @Summary Untar and fetch info from beast.toml file in challenge
364
-// @Description Handles the challenge management from a challenge in tar file
+// @Description Handles the challenge management from a challenge in tar file. Currently prepare the tar file
365
+// by running `tar cvf chall_dir.tar .` inside the chall_dir.
366
// @Tags manage
367
// @Accept json
368
// @Produce json
0 commit comments