From d8ab7e7e5614f6c5907a919e6c3d4be8991786e8 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 25 Oct 2010 10:44:26 +0200 Subject: update UML --- uml/api.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uml/api.dot') diff --git a/uml/api.dot b/uml/api.dot index d5ade1d..9a0ed96 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\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>\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>\lformats : array<string>\loptional_params : array<string>\lrequired_params : array<string>\l}"]; + [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}"]; } -- cgit v1.2.3