Open Source PM Tools
  • Welcome
  • User guide
    • User management
    • Initiatives
    • Backlogs
    • Bugs
  • API Reference
    • API overview
    • /account
    • /org
    • /user
    • /backlogs
    • /items
    • /initiatives
    • /bugs
    • /comments
    • /subscribers
    • /connections
    • /search
    • /other
  • Install and Operate
    • Ubuntu 18.04
    • Kubernetes
  • Contributing
    • Pull Requests
Powered by GitBook
On this page

Was this helpful?

  1. API Reference

/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
}
Previous/searchNextUbuntu 18.04

Last updated 6 years ago

Was this helpful?