🎉 Flipt v2.0.0 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
{
"name": "<string>",
"capabilities": {
"cacheInvalidation": {
"polling": {
"enabled": true,
"minPollingIntervalMs": 123
}
},
"flagEvaluation": {
"supportedTypes": [
"<string>"
]
}
}
}
OFREP provider configuration
curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
{
"name": "<string>",
"capabilities": {
"cacheInvalidation": {
"polling": {
"enabled": true,
"minPollingIntervalMs": 123
}
},
"flagEvaluation": {
"supportedTypes": [
"<string>"
]
}
}
}
curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.
Was this page helpful?