Skip to main content
PUT
Bulk Upsert Documents

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

collectionId
string
required

The ID of the collection.

Body

application/json
id
string

Document ID to update. Omit to create a new document.

content
object

Arbitrary JSON content of the document.

Response

Returns the number of updated and created documents.

Updated
integer

Number of documents updated.

Created
integer

Number of documents created.