Skip to content

Commit 6244f4c

Browse files
author
Vladimir Kotal
committed
note about asynchrony for suggester rebuild endpoints
1 parent 996a7f6 commit 6244f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apiary.apib

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,16 @@ with a colon. If the type cannot be determined "N/A" is returned.
366366

367367
### rebuilds suggester data for all projects [PUT]
368368

369+
This kicks off suggester data rebuild in the background, i.e. the rebuild will very likely complete some time after the API call returned.
370+
369371
+ Response 204
370372

371373
## Suggester project data rebuild [/suggest/rebuild/{project}]
372374

373375
### rebuilds suggester data for given project [PUT]
374376

377+
This kicks off suggester data rebuild in the background, i.e. the rebuild will very likely complete some time after the API call returned.
378+
375379
+ Parameters
376380
+ project - project name
377381

0 commit comments

Comments
 (0)