ServerOpenapi

Submit flag batch (store only)

Stores a batch of flags without immediate external checker submission.

POST
/submit-flags

Stores a batch of flags without immediate external checker submission.

Authorization

CookieAuth
token<token>

Session JWT cookie returned by /api/v1/auth/login.

In: cookie

Request Body

application/json

Flags payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/submit-flags" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}