cURL
curl --request POST \ --url http://localhost/api/v3/settings \ --header 'Content-Type: application/json' \ --data ' { "handle": "<string>", "value": "<string>", "type": "string" } '
{ "data": { "id": 123, "handle": "<string>", "value": "<string>", "type": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
A POST to the /settings endpoint allows your application to create setting.
POST
/settings
Documentation IndexFetch the complete documentation index at: https://docs.omneo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
string
boolean
integer
float
json
Setting
Show child attributes