Skip to main content

Update environment sort orders

PUT 

<your-unleash-url>/api/admin/environments/sort-order

Updates sort orders for the named environments. Environments not specified are unaffected.

Request

Bodyrequired

sortOrderSchema

    property name*integer

    Sort order for the object whose ID is the key used for this property.

    Example: 6

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X PUT '<your-unleash-url>/api/admin/environments/sort-order' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
-d '{}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{}
ResponseClear

Click the Send API Request button above and see the response here!