You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(skus): add set-linking-limit support endpoint and CLI command
Adds a support operator endpoint and CLI command to set the per-order
TLV2 credential batch limit (max_active_batches_tlv2_creds), enabling
operators to increase the linked device cap for individual orders.
Backend:
- PATCH /v1/orders/{orderID}/credentials/batches/limit (supportMwr)
- SetMaxActiveBatches repo method on order_items
- SetLinkingLimit service method (validates paid + TLV2, runs in tx)
- SetLinkingLimitReq model type
CLI:
- `bat-go skus set-linking-limit` with --order-id or --email lookup,
--max, optional --item-id, --private-key, and subscriptions service
flags when using email; shows current limit/active count before
confirming
0 commit comments