Update a provisioning document (PUT = merge update)
Provisioning
Update a provisioning document
PUT merges fields into an existing document (404 if missing).
PUT
Update a provisioning document (PUT = merge update)
PUT requests merge fields into an existing document:
- Only the provided fields are updated
- Existing fields not mentioned in the payload are preserved
- If the document does not exist, the API returns 404 NotFound
updated (epoch millis) and updatedBy automatically.
Example: update a user role
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tenant identifier.
Collection name under the tenant (for example: users, bots, jobs).
Document identifier within the collection.
Body
application/json
Arbitrary JSON object representing the provisioning resource.
Response
Updated
Arbitrary JSON object representing the provisioning resource.

