Skip to content

type_status

Benjamin Fourmaux edited this page Sep 19, 2022 · 1 revision

Type : Status

Represents a status

Fields

Name Description Type
id Id of type status number
label name of the status string

Exemple

An example with the OK status

{
	"id": 1,
	"label": "ok"
}

Type of status

id label
1 ok
2 warning
3 error

Clone this wiki locally