Skip to content

Commit d61b538

Browse files
author
Vladimir Kotal
committed
fix /messages
1 parent e575808 commit d61b538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apiary.apib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ Besides `/suggester` and `/search` endpoints, everything is accessible from `loc
7878
"duration":"PT10M"
7979
}
8080

81-
+ Response 204
81+
+ Response 201
8282

8383
### deletes messages with specified tag [DELETE]
8484

8585
+ Parameters
8686
+ tag (string) - tag
8787

88-
+ Response 222
88+
+ Response 204
8989

9090
### returns all messages with specified tag [GET]
9191

9292
+ Parameters
9393
+ tag (string) - tag
9494

95-
+ Response 222 (application/json)
95+
+ Response 200 (application/json)
9696

9797
[
9898
{

0 commit comments

Comments
 (0)