Skip to main content
POST
/
cabinet
/
admin
/
apps
/
platforms
/
{platform}
/
reorder
Reorder Apps
curl --request POST \
  --url http://localhost:8080/cabinet/admin/apps/platforms/{platform}/reorder \
  --header 'Content-Type: application/json' \
  --data '
{
  "app_ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

platform
string
required

Body

application/json

Request to reorder apps in a platform.

app_ids
string[]
required

Response

Successful Response