Create a satisfaction relationship between two rules
POST
/rule_satisfactions
Links a child rule to a parent rule that satisfies it. Triggers ADNM status automation on the child.
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_id": 101, "satisfied_by_rule_id": 102
{
}
Responses
Satisfaction created
application/json
JSON "toast": { "title": "User updated.", "message": [ [ "Successfully updated user." ] ], "variant": "success" }
{
}