OFREP bulk flag evaluation contract

OFREP bulk evaluation request

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