From 3c134944d2e53898917ffa3af2612b1536de8658 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 24 Sep 2014 14:55:42 +0200 Subject: [PATCH] fix #72 --- draft-dejong-remotestorage-04.txt | 4 ++-- source.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-dejong-remotestorage-04.txt b/draft-dejong-remotestorage-04.txt index 99b4fb0..e05148f 100644 --- a/draft-dejong-remotestorage-04.txt +++ b/draft-dejong-remotestorage-04.txt @@ -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 diff --git a/source.txt b/source.txt index a5e1773..8a1e394 100644 --- a/source.txt +++ b/source.txt @@ -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