-
Notifications
You must be signed in to change notification settings - Fork 0
type_status
Benjamin Fourmaux edited this page Sep 19, 2022
·
1 revision
Represents a status
| Name | Description | Type |
|---|---|---|
| id | Id of type status | number |
| label | name of the status | string |
An example with the OK status
{
"id": 1,
"label": "ok"
}
| id | label |
|---|---|
| 1 | ok |
| 2 | warning |
| 3 | error |