File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1831,8 +1831,8 @@ relationship is deleted (as a garbage collection measure).
1831
1831
1832
1832
#### <a href =" #crud-updating-to-one-relationships " id =" crud-updating-to-one-relationships " class =" headerlink " ></a > Updating To-One Relationships
1833
1833
1834
- A server ** MUST ** respond to ` PATCH ` requests to a URL from a to-one
1835
- [ relationship link] [ relationships ] as described below .
1834
+ A to-one relationship can be updated by sending a ` PATCH ` request to a URL
1835
+ from a to-one [ relationship link] [ relationships ] .
1836
1836
1837
1837
The ` PATCH ` request ** MUST** include a top-level member named ` data ` containing
1838
1838
one of:
@@ -1869,8 +1869,8 @@ a successful response.
1869
1869
1870
1870
#### <a href =" #crud-updating-to-many-relationships " id =" crud-updating-to-many-relationships " class =" headerlink " ></a > Updating To-Many Relationships
1871
1871
1872
- A server ** MUST ** respond to ` PATCH ` , ` POST ` , and ` DELETE ` requests to a
1873
- URL from a to-many [ relationship link] [ relationships ] as described below .
1872
+ A to-many relationship can be updated by sending a ` PATCH ` , ` POST ` , or
1873
+ ` DELETE ` request to a URL from a to-many [ relationship link] [ relationships ] .
1874
1874
1875
1875
For all request types, the body ** MUST** contain a ` data ` member whose value
1876
1876
is an empty array or an array of [ resource identifier objects] [ resource identifier object ] .
You can’t perform that action at this time.
0 commit comments