rule
Upsert a batch of rules.
Each entry carries an optional [Precondition]. Setting it to DoesNotExist makes the entry a strict insert; Matches(v) rejects the batch unless the rule's current version is v; omitting it (None) is unconditional. The whole batch is atomic: any failed precondition or cap-exceeded condition rolls back the rest.
put/limits/rules
Request body
Response
Rules upserted