/
FL
flipt-io
/
api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 47m 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
3
Flipt
ConstraintsService
post
/api/v1/namespaces/{namespaceKey}/segments/{segmentKey}/constraints
Path parameters
namespaceKey
string
required
segmentKey
string
required
Request body
CreateConstraintRequest
required
segmentKey
string
type
'UNKNOWN_COMPARISON_TYPE'
|
'STRING_COMPARISON_TYPE'
|
'NUMBER_COMPARISON_TYPE'
|
'BOOLEAN_COMPARISON_TYPE'
|
'DATETIME_COMPARISON_TYPE'
|
'ENTITY_ID_COMPARISON_TYPE'
enum
required
property
string
required
operator
string
required
value
string
namespaceKey
string
description
string
Response
OK
Constraint
required
id
string
segmentKey
string
type
'UNKNOWN_COMPARISON_TYPE'
|
'STRING_COMPARISON_TYPE'
|
'NUMBER_COMPARISON_TYPE'
|
'BOOLEAN_COMPARISON_TYPE'
|
'DATETIME_COMPARISON_TYPE'
|
'ENTITY_ID_COMPARISON_TYPE'
enum
property
string
operator
string
value
string
createdAt
string
date-time
updatedAt
string
date-time
namespaceKey
string
description
string
Changes