You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update multiple existing RERUM objects at once and recieve an array of the complete records as the response body.
762
763
Accepts only a single array of JSON objects in the request body. The '@id' property must be present for each object.
764
+
In cases where the Linked Data @context property maps '@id' to 'id' either of these properties will be sufficient.
763
765
The array of JSON objects passed in may not be updated in the order submitted. The response will have the URI
764
766
of the new resource or an error message as an array in the order the objects were processed. When errors are encountered, the batch process will attempt to continue for all submitted items.
0 commit comments