cURL
curl --request PATCH \ --url https://api.sumvin.com/v0/user/rules/{rule_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "rule_prompt": "<string>", "applies_to": "<string>", "priority": 500 } '
{ "_links": {}, "rule": { "id": "<string>", "name": "<string>", "rule_prompt": "<string>", "applies_to": "<string>", "priority": 123, "created_at": 123, "updated_at": 123 } }
Tenant org ID for multi-tenant auth
1 - 255
1
0 <= x <= 1000
Rule updated successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes