settings

Update a specific setting by id

Update a specific setting by its id

post/api/settings/{id}

Path parameters

idstring required

Setting id to update

Request body

{"stackTrail":"paths:/api/settings/{id}:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","description":"New value for the setting"}

Response

Success

{"stackTrail":"paths:/api/settings/{id}:post:responses:200:content:application/json:schema:properties:value","oasType":"schema","type":"unknown","description":"The updated setting value"}

Changes