Πίνακας παραμέτρων Swagger με στήλες Parameter, Value, Description, Parameter Type και Data Type, και πίνακας κωδικών απόκρισης.
Parameters
| Parameter | Value | Description | Type | Data type |
|---|---|---|---|---|
|
body
required
|
— | body |
{
"method": "display.add",
"params": {
"container": {
"id": 1,
"start": 0,
"expire": 1864130134,
"pages": [{
"duration": 5,
"order": 1,
"elements": [{
"type": 0,
"x": 0,
"y": 0,
"width": 165,
"height": 7,
"textAlign": 0,
"font": 0,
"effect": 4,
"message": "Διαθέσιμες Θέσεις:"
}, {
"type": 0,
"x": 167,
"y": 0,
"width": 25,
"height": 7,
"textAlign": 0,
"font": 0,
"effect": 0,
"message": "143"
}]
}]
}
}
}
|
|
|
authorization
required
|
Bearer token | header | string |
Response messages
| Status | Reason | Response model | Headers |
|---|---|---|---|
| 200 | Ok | — | — |
| 204 | No content | — | — |
| 400 | Bad request | — | — |
| 401 | Unauthorized | — | — |
| 403 | Forbidden | — | — |
| 405 | Method not allowed | — | — |
| 500 | Internal server error | — | — |