cURL
curl --request POST \ --url https://admin.snagsolutions.io/api/loyalty/rule_groups/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "<string>", "isCollapsible": true, "subtitle": "<string>" } '
{ "name": "<string>", "subTitle": "<string>", "isCollapsible": true }
Update loyalty rule group by ID
Documentation IndexFetch the complete documentation index at: https://docs.snagsolutions.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.snagsolutions.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
Schema to update loyalty rule groups body
200
Was this page helpful?