Partial update of rule attributes
PATCH
/rules/{ruleId}
Partial update — send only changed fields. Updates one or more rule fields. Requires author or admin role on the component.
Authorizations
tokenAuth
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Type
HTTP (token)
Request Body
application/json
JSON "rule": { "status": "Applicable - Configurable", "vendor_comments": "Met by the recommended runtime configuration." }
{
}
Responses
Rule updated
application/json
JSON "toast": { "title": "User updated.", "message": [ [ "Successfully updated user." ] ], "variant": "success" }
{
}