POST registerslides

POST/registerslides
AuthorizationBearer <token>

Paste your JWT token here

In: header

Imagestring

The image to upload for the slide.

SortOrder?integer

The order in which this slide should be displayed.

Formatint32

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/registerslides" \  -F Image="string"
{
  "id": 0,
  "sortOrder": 0,
  "imagePath": "string"
}
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}