diff options
author | 2020-10-19 10:00:59 -0400 | |
---|---|---|
committer | 2020-11-24 13:19:06 +0100 | |
commit | ab31f6f4d7ae57879481a7186b2b9e6f3f94b716 (patch) | |
tree | a5f13415b4f3e979085664d74ff73479a040ff3b /docs/microservices/dynamicapi.rst | |
parent | f7f28433da12451a90236f9d6bb95491a1bf1a27 (diff) |
Refactoring docs
Issue-ID: CCSDK-2916
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ide8d830bc5cfe223752f81b35d2f09a5759f5aa2
(cherry picked from commit 83c0cd2c078f89a386701b7f8e680fd3fc70ecfd)
Diffstat (limited to 'docs/microservices/dynamicapi.rst')
-rw-r--r-- | docs/microservices/dynamicapi.rst | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/microservices/dynamicapi.rst b/docs/microservices/dynamicapi.rst deleted file mode 100644 index 264dcc570..000000000 --- a/docs/microservices/dynamicapi.rst +++ /dev/null @@ -1,23 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2019 IBM. - -Dynamic API -=========== - -The nature of the API request and response is meant to be model driven and dynamic. They both share the same definition. - -The actionName, under the actionIdentifiers refers to the name of a Workflow (see workflow) - -The content of the payload is what is fully dynamic / model driven. - -The first top level element will always be either $actionName-request for a request or $actionName-response for a response. - -Then the content within this element is fully based on the workflow input and output. - -Here is how the a generic request and response look like. - -|image0| - -.. |image0| image:: media/dyanmicapi.jpg - :width: 500pt
\ No newline at end of file |