Skip to main content

Set strategy sort order

POST 

/api/admin/projects/:projectId/features/:featureName/environments/:environment/strategies/set-sort-order

Set the sort order of the provided list of strategies.

Request

Path Parameters

    projectId stringrequired
    featureName stringrequired
    environment stringrequired

Body

array

required

setStrategySortOrderSchema

  • Array [

  • id stringrequired

    The ID of the strategy

    Example: 9c40958a-daac-400e-98fb-3bb438567008
    sortOrder numberrequired

    The new sort order of the strategy

    Example: 1
  • ]

Responses

This response has no body.

Loading...