Light Mode
Update Setting Slug
PUT
/settings/fields/{slug}Last modified: 5 days ago
This endpoint allows you to update a specific Setting slug based on a specific entity, where the payload will be changed based on the passed body parameter values
:::info[Read More]
For more on Store Settings, check the Merchant's Help Desk article here
:::
Request
Path Params
slug
string
required
Settings slug. Get a list of Settings Slugs from here
Body Params application/json
No schema defined
Example
{
"value": true
}
Request samples
Responses
Created(201)
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 201,
"success": true,
"data": {
"message": "The record has been updated successfully",
"code": 201
}
}
Last modified: 5 days ago