Updates an existing versions/current document by merging fields (PUT = merge update). Returns 404 if the document does not exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tenant identifier.
Collection name under the tenant (for example: users, bots, jobs).
Document identifier within the collection.
Arbitrary JSON object representing the provisioning resource.
Updated
Arbitrary JSON object representing the provisioning resource.