/
FL
flipt-io
/
api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
AuthenticationMethodKubernetesService
1
AuthenticationMethodOIDCService
2
AuthenticationMethodTokenService
1
AuthenticationService
5
EvaluationService
3
Flipt
36
get
/api/v1/namespaces
post
/api/v1/namespaces
get
/api/v1/namespaces/{key}
put
/api/v1/namespaces/{key}
delete
/api/v1/namespaces/{key}
get
/api/v1/namespaces/{namespaceKey}/flags
post
/api/v1/namespaces/{namespaceKey}/flags
get
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rollouts
post
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rollouts
put
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rollouts/order
get
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rollouts/{id}
put
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rollouts/{id}
delete
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rollouts/{id}
get
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules
post
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules
put
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/order
get
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{id}
put
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{id}
delete
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{id}
post
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{ruleId}/distributions
put
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{ruleId}/distributions/{id}
delete
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{ruleId}/distributions/{id}
post
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/variants
put
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/variants/{id}
delete
/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/variants/{id}
get
/api/v1/namespaces/{namespaceKey}/flags/{key}
put
/api/v1/namespaces/{namespaceKey}/flags/{key}
delete
/api/v1/namespaces/{namespaceKey}/flags/{key}
get
/api/v1/namespaces/{namespaceKey}/segments
post
/api/v1/namespaces/{namespaceKey}/segments
get
/api/v1/namespaces/{namespaceKey}/segments/{key}
put
/api/v1/namespaces/{namespaceKey}/segments/{key}
delete
/api/v1/namespaces/{namespaceKey}/segments/{key}
post
/api/v1/namespaces/{namespaceKey}/segments/{segmentKey}/constraints
put
/api/v1/namespaces/{namespaceKey}/segments/{segmentKey}/constraints/{id}
delete
/api/v1/namespaces/{namespaceKey}/segments/{segmentKey}/constraints/{id}
OFREPService
2
Flipt
FlagsService
put
/api/v1/namespaces/{namespaceKey}/flags/{key}
Path parameters
namespaceKey
string
required
key
string
required
Request body
UpdateFlagRequest
required
key
string
name
string
required
description
string
enabled
boolean
namespaceKey
string
defaultVariantId
string
metadata
object
Response
OK
Flag
required
key
string
name
string
description
string
enabled
boolean
createdAt
string
date-time
updatedAt
string
date-time
variants
Variant[]
namespaceKey
string
type
'VARIANT_FLAG_TYPE'
|
'BOOLEAN_FLAG_TYPE'
enum
defaultVariant
Variant
metadata
object
Changes