PUT registerslides Id

PUT/registerslides/{id}
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idinteger
Formatint32
sortOrderinteger

The order in which this slide should be displayed.

Formatint32

Response Body

application/json

application/json

application/json

curl -X PUT "https://loading/registerslides/0" \  -H "Content-Type: application/json" \  -d '{    "sortOrder": 0  }'
Empty
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}