From d26bbba5c1a46162695b950ed045f0c3057f8077 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 15 Oct 2010 16:36:05 +0200 Subject: more explicit names --- uml/api.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uml/api.dot') diff --git a/uml/api.dot b/uml/api.dot index 4d2a3dc..43d92ca 100644 --- a/uml/api.dot +++ b/uml/api.dot @@ -3,7 +3,7 @@ digraph { node [shape=record]; "Method" - [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected : table<number>\lformat : table<string>\lmethod : string\loptional : table<string>\lpath : string\lrequired : table<string>\l}"]; + [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected_status : table<number>\lformat : table<string>\lmethod : string\loptional_params : table<string>\lpath : string\lrequired_params : table<string>\l}"]; "API" [label="{\N|authentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lformat : table<string>\lmeta : table<string,string>\lmethods : table<string,Method>\lname : string\lversion : string\l}"]; -- cgit v1.2.3