diff options
| -rw-r--r-- | uml/api.dot | 4 | ||||
| -rw-r--r-- | uml/api.png | bin | 27836 -> 34267 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/uml/api.dot b/uml/api.dot index 9a0ed96..400f442 100644 --- a/uml/api.dot +++ b/uml/api.dot @@ -3,12 +3,12 @@ digraph { node [shape=record]; "API" - [label="{\N|methods : map<string,Method>\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array<number>\lformats : array<string>\lmeta : map<string,string>\lversion : string\l}"]; + [label="{\N|methods : map<string,Method>\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array<number>\lformats : array<string>\lmeta : map<string,string>\lunattended_params : boolean\lversion : string\l}"]; "API" -> "Method" [label = "methods", arrowhead = none, arrowtail = odiamond]; "Method" - [label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldescription : string\lexpected_status : array<number>\lform-data : map<string,string>\lformats : array<string>\loptional_params : array<string>\lrequired_params : array<string>\lrequired_payload : 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\lrequired_params : array<string>\lrequired_payload : boolean\lunattended_params : boolean\l}"]; } diff --git a/uml/api.png b/uml/api.png Binary files differindex 8385218..a84dc81 100644 --- a/uml/api.png +++ b/uml/api.png |
