@@ -1752,14 +1752,14 @@ does not want to allow deletion of records the client has not seen.
1752
1752
1753
1753
##### <a href =" #crud-updating-responses-200 " id =" crud-updating-responses-200 " class =" headerlink " ></a > 200 OK
1754
1754
1755
- If a server accepts an update but also changes the targeted resource(s) in ways
1755
+ If a server accepts an update but also changes the targeted resource in ways
1756
1756
other than those specified by the request (for example, updating the
1757
1757
` updatedAt ` attribute or a computed ` sha ` ), it ** MUST** return a ` 200 OK `
1758
- response and a document that contains the updated resource(s) as primary data.
1758
+ response and a document that contains the updated resource as primary data.
1759
1759
1760
1760
A server ** MAY** return a ` 200 OK ` response with a document that contains no
1761
1761
primary data if an update is successful and the server does not change the
1762
- targeted resource(s) in ways other than those specified by the request. Other
1762
+ targeted resource in ways other than those specified by the request. Other
1763
1763
top-level members, such as [ meta] , could be included in the response document.
1764
1764
1765
1765
##### <a href =" #crud-updating-responses-202 " id =" crud-updating-responses-202 " class =" headerlink " ></a > 202 Accepted
@@ -1771,7 +1771,7 @@ return a `202 Accepted` status code.
1771
1771
##### <a href =" #crud-updating-responses-204 " id =" crud-updating-responses-204 " class =" headerlink " ></a > 204 No Content
1772
1772
1773
1773
If an update is successful and the server doesn't change the targeted
1774
- resource(s) in ways other than those specified by the request, the server
1774
+ resource in ways other than those specified by the request, the server
1775
1775
** MUST** return either a ` 200 OK ` status code and response document (as
1776
1776
described above) or a ` 204 No Content ` status code with no response document.
1777
1777
0 commit comments