v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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

descriptionstring

A description of the strategy type.

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.