Skip to content

Commit e575808

Browse files
author
Vladimir Kotal
committed
fix /projects
1 parent d690c01 commit e575808

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apiary.apib

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ Besides `/suggester` and `/search` endpoints, everything is accessible from `loc
110110

111111
## Projects [/projects]
112112

113-
### returns a list of projects [GET]
113+
### returns a list of all projects [GET]
114114

115-
+ Response 200 (application/text)
115+
+ Response 200 (application/json)
116+
+ Body
117+
118+
["foo","bar"]
116119

117120
### add project [POST]
118121

0 commit comments

Comments
 (0)