improving documentation on timeout issues

This commit is contained in:
Julien Neuhart
2019-08-27 11:00:26 +02:00
parent 8415bee5da
commit 8287cf386b
7 changed files with 48 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ title: Timeout
All endpoints accept a form field named `waitTimeout`.
The API will wait the given **seconds** before it considers the conversion to be unsucessful.
If unsucessful, it returns a `504` HTTP code.
It takes a float as value (e.g `2.5` for 2.5 seconds).