diff --git a/api/README.md b/api/README.md index bebd761e..4077d397 100644 --- a/api/README.md +++ b/api/README.md @@ -530,7 +530,7 @@ Enqueue the estimation of size and time (in milliseconds) to create the census g | 400 | `the predicate provided is not valid` | 4015 | | 500 | `error encoding strategy info` | 5015 | -### GET `/strategies/{strategyID}/estimation/queue/{queueID}` +### GET `/strategies/estimation/queue/{queueID}` Returns the estimation of size and time (in milliseconds) to create the census generated for the strategy related to the queue ID. - 📥 response: @@ -874,4 +874,4 @@ Returns a list of censuses previously created for the strategy provided. | 400 | `malformed census ID, it must be a integer` | 4001 | | 404 | `census not found` | 4006 | | 500 | `error getting census information` | 5009 | -| 500 | `error encoding censuses` | 5018 | \ No newline at end of file +| 500 | `error encoding censuses` | 5018 |