Create or replace a provisioning document (POST = replace)
Provisioning
Create or replace a provisioning document (POST = replace)
Creates a document if it does not exist, otherwise replaces the existing document (POST = replace).
POST
Create or replace a provisioning document (POST = replace)
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
Replaced (existing document)
Arbitrary JSON object representing the provisioning resource.

