Variants
Update Variant
PUT
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
variants
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKey
string
requiredflagKey
string
requiredid
string
requiredBody
application/json
key
string
requiredid
string
flagKey
string
name
string
description
string
attachment
string
namespaceKey
string
Response
200 - application/json
id
string
flagKey
string
key
string
name
string
description
string
createdAt
string
updatedAt
string
attachment
string
namespaceKey
string
Was this page helpful?