/other

Change sorting order for initiatives or items

PUT https://pm415.com/api/orderindexchange/:orgid

Changes the sorting order for array of initiatives or items.

Path Parameters

Name
Type
Description

:orgid

number

The ID of the org

Headers

Name
Type
Description

Authentication

string

Authorization: Bearer 50ca9ba0f7b1444fa55d5

Request Body

Name
Type
Description

object

{"items": ["50","51", "52", "53", "54", "55"], "initiatives": []}

{
    "success": true
}

Last updated

Was this helpful?