Rename Deckhand bucket endpoint to buckets for consistency

Change-Id: If92f1ce5f520c46d05f8475b65aa2d47de80f498
This commit is contained in:
Felipe Monteiro 2017-10-27 18:57:13 +01:00
parent c6b3657bd5
commit b12aa3bcda
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class DeckhandPaths(enum.Enum):
"""
Enumeration of the paths to deckhand
"""
BUCKET_DOCS = '/bucket/{}/documents'
BUCKET_DOCS = '/buckets/{}/documents'
RENDERED_REVISION_DOCS = '/revisions/{}/rendered-documents'
REVISION = '/revisions/{}'
REVISION_DIFF = '/revisions/{}/diff/{}'