Skip to content

Commit

Permalink
docs: update README docs for /v2/capacity/:productId
Browse files Browse the repository at this point in the history
  • Loading branch information
rackstar committed Oct 11, 2024
1 parent c5fda65 commit b0f4aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ best available combination of pools for the premium.
- **URL**: `/v2/capacity/{productId}`
- **Method**: `GET`
- **OpenAPI**: [v2/api/docs/#/Capacity/get_v2_capacity__productId_](https://api.nexusmutual.io/v2/api/docs/#/Capacity/get_v2_capacity__productId_)
- **Description**: Returns the current capacity for a specific product for a period of 30 days if no period query param is specified.
- **Description**: Returns the current capacity for a specific product for a period of 30 days if no period query param is specified. Additionally, if the query parameter `withPools=true` is provided, the response will include the `capacityPerPool` field with detailed capacity information per pool.

### Capacity Route for all products in a pool
- **URL**: `/v2/capacity/pools/{poolId}`
Expand Down

0 comments on commit b0f4aa8

Please sign in to comment.