Skip to main content

Get a strategy definition

GET /api/admin/strategies/:name

Retrieves the definition of the strategy specified in the URL

Request

Path Parameters

  • name string required
Responses

strategySchema

Schema
  • title string nullable

    An optional title for the strategy

  • name string required

    The name (type) of the strategy

  • displayName string nullable required

    A human friendly name for the strategy

  • description string nullable required

    A short description of the strategy

  • editable boolean required

    Whether the strategy can be edited or not. Strategies bundled with Unleash cannot be edited.

  • deprecated boolean required
  • parameters object[]required

    A list of relevant parameters for each strategy

  • Array [
  • name string
  • type string
  • description string
  • required boolean
  • ]
Loading...