Skip to content

Commit 996a7f6

Browse files
author
Vladimir Kotal
committed
fix response codes for suggester init
1 parent d7e7c4c commit 996a7f6

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
@@ -333,7 +333,7 @@ with a colon. If the type cannot be determined "N/A" is returned.
333333

334334
["http://localhost:8080/source/search?project=kotlin&q=text"]
335335

336-
+ Response 201
336+
+ Response 204
337337

338338
## Suggester popularity data initialization [/suggest/init/raw]
339339

@@ -344,7 +344,7 @@ with a colon. If the type cannot be determined "N/A" is returned.
344344

345345
[{"project":"kotlin","field":"full","token":"args","increment":100}]
346346

347-
+ Response 201
347+
+ Response 204
348348

349349
## Suggester popularity data [/suggest/popularity/{project}{?field,page,pageSize,all}]
350350

@@ -404,4 +404,4 @@ with a colon. If the type cannot be determined "N/A" is returned.
404404
/foo bar
405405
/foo/foo bar bar
406406

407-
+ Response 204
407+
+ Response 204

0 commit comments

Comments
 (0)