App Entitlement Configuration Rule

Create App Entitlement Routing Rule

Invokes the c1.api.app.v1.AppEntitlementRoutingRuleService.CreateAppEntitlementRoutingRule method.

post/api/v1/apps/{app_id}/entitlement_configuration_rules

Path parameters

app_idstring required

The appId field.

Request body

conditionstring

CEL expression evaluated against the entitlement routing rule context. Empty string is valid and matches every target not matched earlier.

descriptionstring

The description field.

displayNamestring

The displayName field.

enabledboolean

The enabled field.

priorityinteger

A 1-indexed insertion slot; the server clamps it into [1, N+1] and re-packs siblings densely. Omit (or 0) to append the rule last.

Response

Successful response

Changes