Skip to main content
POST
/
v1
/
flags:resolve
Resolves Flag
curl --request POST \
  --url https://resolver.eu.confidence.dev/v1/flags:resolve \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "resolvedFlags": [
    {}
  ],
  "resolveToken": {},
  "resolveId": "<string>"
}

Body

application/json

The body is of type object.

Response

200 - application/json

OK

resolvedFlags
object[]

The list of all flags that could be resolved. Note: if any flag was archived it will not be included in this list.

resolveToken
object

An opaque token that is used when apply is set to false in ResolveFlags. When apply is set to false, the token must be passed to ApplyFlags.

resolveId
string

Unique identifier for this particular resolve request.