From 5af0a79ff6b03fd3c71796cd20ad7ecb72ac70c4 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Thu, 13 Jul 2017 21:19:11 +0100 Subject: [PATCH] Added control (API) readme. --- deckhand/control/README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 deckhand/control/README.rst diff --git a/deckhand/control/README.rst b/deckhand/control/README.rst new file mode 100644 index 00000000..e5f4cb50 --- /dev/null +++ b/deckhand/control/README.rst @@ -0,0 +1,16 @@ +Control +======= + +This is the external-facing API service to operate on and query +Deckhand-managed data. + +v1.0 Endpoints +-------------- + +/api/v1.0/documents +~~~~~~~~~~~~~~~~~~~ + +POST - Create a new YAML document and return a revision number. If the YAML +document already exists, then the document will be replaced and a new +revision number will be returned. +