Api.updateDocumentContainer

updateDocumentContainer(containerId, flexibleFields)

Updates application-level custom field data for the specified document container. All existing field data is replaced with the provided new data.

This method executes asynchronously and returns a promise.

Arguments
  • containerId (guid()) – Unique identifier of the document container.

  • flexibleFields (object()) – Optional: Contains application-level custom field information to set application-level custom fields. The method Container.createCustomFields() can be used to contract the required object data.

Returns

For error responses, see Error Responses.

If successful, updates the application-level custom field data.