summaryrefslogtreecommitdiff
path: root/uml/semantic_model.dot
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2012-07-01 18:40:08 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2012-10-13 22:46:33 +0200
commit3865bb4717e0da8d5d79da9cc09baf9e45818977 (patch)
tree488cf51c9bc6195307943a0a4cea8c791c6257da /uml/semantic_model.dot
parentMerge pull request #3 from ogrisel/patch-1 (diff)
downloadspore-specifications-3865bb4717e0da8d5d79da9cc09baf9e45818977.tar.gz
add payload parameter
Diffstat (limited to 'uml/semantic_model.dot')
-rw-r--r--uml/semantic_model.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/uml/semantic_model.dot b/uml/semantic_model.dot
index cfafe92..90357f5 100644
--- a/uml/semantic_model.dot
+++ b/uml/semantic_model.dot
@@ -9,6 +9,6 @@ digraph {
[label="methods", dir=back, arrowtail=odiamond];
"Method"
- [label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldeprecated : boolean\ldescription : string\lexpected_status : array&lt;number&gt;\lform-data : map&lt;string,string&gt;\lformats : array&lt;string&gt;\lheaders : map&lt;string,string&gt;\loptional_params : array&lt;string&gt;\loptional_payload : boolean\lrequired_params : array&lt;string&gt;\lrequired_payload : boolean\lunattended_params : boolean\l}"];
+ [label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldeprecated : boolean\ldescription : string\lexpected_status : array&lt;number&gt;\lform-data : map&lt;string,string&gt;\lformats : array&lt;string&gt;\lheaders : map&lt;string,string&gt;\loptional_params : array&lt;string&gt;\loptional_payload : boolean\lpayload : array&lt;string&gt;\lrequired_params : array&lt;string&gt;\lrequired_payload : boolean\lunattended_params : boolean\l}"];
}