V1 Update Global CDO

Updates the specified custom data object. This method adds the data provided in the body to the end of the dataObject.

Path Params
string
required

Name of the custom data object upon which to perform the operation.

Query Params
string

Optional. View type parameter. Enumeration: entity
entity returns the name and dataObject.

Body Params
string

The name of the custom data object from the loan. It is also known as the objectName.

string

The Base64 encoded content of the file.

Headers
string
required

Bearer token.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL