Strategies
Update a strategy type
Updates the specified strategy type. Any properties not specified in the request body are left untouched.
put/api/admin/strategies/{name}
Path parameters
namestring required
Request body
Example request
{
"description": "Enable the feature for users who have not logged in before.",
"parameters": [
{
"name": "Rollout percentage",
"type": "percentage",
"description": "How many percent of users should see this feature?"
}
]
}Response
This response has no body.