Added control (API) readme.

This commit is contained in:
Felipe Monteiro 2017-07-13 21:19:11 +01:00
parent 6b88c2b747
commit 5af0a79ff6
1 changed files with 16 additions and 0 deletions

View File

@ -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.