Skip to content

Commit f0ea3b6

Browse files
committed
formatting
1 parent ed2f536 commit f0ea3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Rest-Binding/rest-update-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This tells the client the update went through and provides the new `ETag`. If th
3737

3838
**PATCH (partial update)** – The HTTP PATCH method [[RFC 5789](https://www.rfc-editor.org/rfc/rfc5789.html)] allows a client to specify partial modifications to a resource, rather than sending the whole new content. This is useful for large resources where sending the entire content would be inefficient if only a small part changed, or for concurrent editing where you want to apply specific changes. LWS server **MUST** minimally support a binary patch (like an offset and data replacement).
3939

40-
##Update Resource Metadata (HTTP PUT / PATCH on Linkset)
40+
**Update Resource Metadata (HTTP PUT / PATCH on Linkset)**
4141

4242
A resource's metadata is updated by modifying its corresponding linkset resource, discovered via the Link header with rel="linkset".
4343

0 commit comments

Comments
 (0)