POST registerreasons Id Icon

POST/registerreasons/{id}/icon
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idinteger
Formatint32
icon?string

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/registerreasons/0/icon"
{
  "path": "string"
}
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}