Update a provisioning document (PUT = merge update)
Provisioning
Update a provisioning document (PUT = merge update)
Updates an existing document by merging fields (PUT = merge update). Returns 404 if the document does not exist.
PUT
Update a provisioning document (PUT = merge update)
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.

