Update application settings
cURL
curl --request PUT \ --url https://api.fluxend.app/admin/settings \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "settings": [ { "name": "<string>", "value": "<string>" } ] }'
{ "content": [ { "createdAt": "<string>", "defaultValue": "<string>", "id": 123, "name": "<string>", "updatedAt": "<string>", "value": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Settings update request
The body is of type object.
object
Form updated
The response is of type object.