Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stigg.io/llms.txt

Use this file to discover all available pages before exploring further.

Forces recalculation of entitlements for one or more customers.

Mutation

mutation RecalculateEntitlements($input: RecalculateEntitlementsInput!) {
  recalculateEntitlements(input: $input) {
    taskId
  }
}

Parameters

input
RecalculateEntitlementsInput
required
Input for recalculating entitlements

Return Type

Returns a RecalculateEntitlementsResult with a taskId.

Common Use Cases

Force recalculation when entitlements appear out of sync.
Recalculate after making changes to plan entitlements.