Skip to content

Commit

Permalink
removing missing {strategyID} from the new estimation endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez authored Apr 10, 2024
1 parent a9a4076 commit 004b847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 |
| 500 | `error encoding censuses` | 5018 |

0 comments on commit 004b847

Please sign in to comment.