OFREP core

OFREP single flag evaluation contract

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

post/ofrep/v1/evaluate/flags/{key}

Path parameters

keystring required

Request body

contextContext

Context information for flag evaluation

Response

OFREP successful evaluation response

OR
OR
OR
OR

Example response

{
  "key": "my-flag",
  "reason": "STATIC"
}

Changes