summaryrefslogtreecommitdiff
path: root/uml/abstract_syntax_tree.dot
diff options
context:
space:
mode:
Diffstat (limited to 'uml/abstract_syntax_tree.dot')
-rw-r--r--uml/abstract_syntax_tree.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/uml/abstract_syntax_tree.dot b/uml/abstract_syntax_tree.dot
index 83b727f..1c903df 100644
--- a/uml/abstract_syntax_tree.dot
+++ b/uml/abstract_syntax_tree.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<number>\lform-data : map<string,string>\lformats : array<string>\lheaders : map<string,string>\loptional_params : array<string>\loptional_payload : boolean\lrequired_params : array<string>\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<number>\lform-data : map<string,string>\lformats : array<string>\lheaders : map<string,string>\loptional_params : array<string>\loptional_payload : boolean\lpayload : array<string>\lrequired_params : array<string>\lrequired_payload : boolean\lunattended_params : boolean\l}"];
}