Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional atomicThe result of each operation. Add operations are processed first, then remove operations, so results may not appear in the same order as the request. Present only on success.
Optional errorsThe validation or processing errors encountered. Present only when the request could not be completed.
Generated using TypeDoc
The response body for the bulk create and remove operation. On success,
atomic:resultscontains one entry per operation. Add results appear before remove results and may not match request order. Correlate add results by theirtypeandidrather than by array position. On failure, no operations were applied anderrorsdescribes what went wrong.