diff --git a/shipyard_airflow/control/configdocs/deckhand_client.py b/shipyard_airflow/control/configdocs/deckhand_client.py index f755d830..0467f186 100644 --- a/shipyard_airflow/control/configdocs/deckhand_client.py +++ b/shipyard_airflow/control/configdocs/deckhand_client.py @@ -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/{}'