Setting
| Property | Type | Description | Information |
|---|---|---|---|
id | int | Identifier | Unique for single setting. |
value | string | Value of setting | -- |
created_at | date | Setting creation date | Date of Setting creation. |
updated_at | date | Setting latest update date | Date of Setting latest update. |
Example:
{
"id": 1,
"value": "Example",
"created_at": "2022-11-25T13:52:59+0100",
"updated_at": "2022-11-25T13:52:59+0100",
"_links": [
{
"href": "/api/v0/settings/1",
"rel": "self",
"type": "GET"
}
]
}