OFREP core

OFREP bulk flag evaluation contract

OFREP bulk evaluation request.
The endpoint is called by the client providers to perform single flag evaluation.

post/ofrep/v1/evaluate/flags

Headers

If-None-Matchstring

The request will be processed only if ETag doesn't match any of the values listed.

Request body

contextContext

Context information for flag evaluation

Response

OFREP successful evaluation response

Example response

{
  "flags": [
    {
      "key": "my-flag",
      "reason": "STATIC"
    }
  ]
}

Changes