Skip to main content
POST
/
v1
/
clientEvaluationContextSchema:derive
Deriveevaluationcontextschema Client
curl --request POST \
  --url https://flags.eu.confidence.dev/v1/clientEvaluationContextSchema:derive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "clientSchema": [
    {}
  ],
  "mergedSchema": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type object.

Response

200 - application/json

OK

clientSchema
object[]

The client specific derived schemas.

mergedSchema
object

The schema created by merging the schema from all clients.