latestOpenAPI 3.1.02026-08-22695252.1 KB

ef777d51e6f2

Allowance Management

Update a rule assignment

Updates an existing rule assignment. You can change the date range or reassign to a different rule. Date ranges must not overlap with other assignments.

patch/rule-assignments/{id}

Path parameters

idinteger required

Request body

rule_start_datestring

First day the rule applies (inclusive).

rule_end_datestring nullable

Last day the rule applies (inclusive), or null for open-ended. Omit the field to leave the current end date unchanged.

rule_idstring uuid
reasonstring required

Why this assignment is being changed — stored in the rule audit log.

Response

Successful response

successboolean required