Skip to content

Commit

Permalink
fix #72
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Sep 24, 2014
1 parent 492d3b3 commit 3c13494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions draft-dejong-remotestorage-04.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ Internet-Draft remoteStorage December 2014
request can not be satisfied,
* 401 for all requests that don't have a bearer token with
sufficient permissions,
* 404 for all DELETE and GET requests to nodes that do not exist
on the storage,
* 404 for all DELETE and GET requests to documents that do not
exist on the storage,
* 304 for a conditional GET request whose pre-condition
fails (see "Versioning" below),
* 409 for a PUT request where any folder name in the path
Expand Down
4 changes: 2 additions & 2 deletions source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ Table of Contents
request can not be satisfied,
* 401 for all requests that don't have a bearer token with
sufficient permissions,
* 404 for all DELETE and GET requests to nodes that do not exist
on the storage,
* 404 for all DELETE and GET requests to documents that do not
exist on the storage,
* 304 for a conditional GET request whose pre-condition
fails (see "Versioning" below),
* 409 for a PUT request where any folder name in the path
Expand Down

0 comments on commit 3c13494

Please sign in to comment.