Merge pull request #59 from cdpath/patch-1

fix typo
This commit is contained in:
Cesareo
2024-05-10 13:15:39 +02:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ However, in such an operation has to be provided such a non-atomic bulk operatio
1. Non-atomic bulk operation **MUST** return a success status code \(e.g. **200 OK**\) only if every and all sub-operation succeeded.
2. If any single one sub-operation fails the whole non-atomic bulk operation **MUST** return the respective **4xx** or **5xx** status code.
3. In the case of a failure the response **MUST** contain the [problem detail](../message/message-formats.md#error-response-format) information about every sub-operation that has failed.
4. **The client MUST be aware that the operation is non-atomic and the even the operation might have failed some sub-operations were processed successfully.**
4. **The client MUST be aware that the operation is non-atomic and that even the operation might have failed some sub-operations were processed successfully.**
### Example