Skip to content

Commit

Permalink
update docs for null responses
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Sep 24, 2024
1 parent 03dc45b commit c6b5d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest-api/src/routes/bridgeLimitsRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const router = express.Router()
* /bridgeLimits:
* get:
* summary: Get min/max origin values for bridge quote
* description: Retrieve minimum and maximum bridgeable amounts to bridge from source chain to destination chain.
* description: Retrieve min/max bridgeable amounts to bridge from source chain to destination chain. Returns null for min/max amounts if limits are unavailable.
* parameters:
* - in: query
* name: fromChain
Expand Down

0 comments on commit c6b5d30

Please sign in to comment.