For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bulk Update

The Bulk Update can be used to any object of the data model.

The endpoint to use is:

passing ,to the specified resource, a list of key that have to be changed by the input body.

The endpoint returns 204 with no content if succeeded.

Bulk Update can also be used with Expressions :

For example

http://platform-dev.dataloy.com/ws/rest/Voyage/bulkUpdate?expression=ballastPort.isCanal=true

Was this helpful?