JavaScript
Beta - Assignments
Upsert assignments
Batched create-or-update of capability assignments. Existing assignments matched by (entityId, capabilityId) are updated; new pairs are created. On update, omitted fields (usageLimit, cadence) are preserved; on create both are required by the governance service.
PUT
JavaScript
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.
Authorizations
Server API Key
Path Parameters
The customer identifier (owner) the assignments belong to
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.@-]*$Body
application/json
Request body for creating or updating capability assignments in bulk for a single customer
Assignments to upsert (1–100 per request)
Required array length:
1 - 100 elementsResponse
Assignments after upsert.
Assignments after upsert.
