Skip to main content
POST
/
cabinet
/
admin
/
apps
/
platforms
/
{platform}
/
copy
/
{app_id}
Copy App To Platform
curl --request POST \
  --url http://localhost:8080/cabinet/admin/apps/platforms/{platform}/copy/{app_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

platform
string
required
app_id
string
required

Query Parameters

target_platform
string
required

Response

Successful Response