diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 04:54:22 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 04:54:22 -0400 |
commit | 7ed371a98945134abb7dcfaf877e72d4b7f9de74 (patch) | |
tree | 5385dab7ea2f4d3bbdb43c10209db6fdf9b68732 | |
parent | fcf262ec8ade4ebaf458bb1040648cc42170e588 (diff) | |
download | docs-7ed371a98945134abb7dcfaf877e72d4b7f9de74.tar.gz docs-7ed371a98945134abb7dcfaf877e72d4b7f9de74.tar.bz2 docs-7ed371a98945134abb7dcfaf877e72d4b7f9de74.zip |
change markup of ‘If-Match’ from " to ``
-rw-r--r-- | core/api-sync.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-sync.rst b/core/api-sync.rst index af336ff8..d96756f6 100644 --- a/core/api-sync.rst +++ b/core/api-sync.rst @@ -277,9 +277,9 @@ Receiving Terms of Service :http:statuscode:`409 Conflict`: The server has a more recent version than what is given - in "If-Match". The more recent version is returned. The + in ``If-Match``. The more recent version is returned. The client should merge the two versions and retry using the - given response's "E-Tag" in the next attempt in "If-Match". + given response's "E-Tag" in the next attempt in ``If-Match``. :http:statuscode:`410 Gone`: The backup service has closed operations. The body will |