Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Correct reference for /order/{hash} response
Browse files Browse the repository at this point in the history
If /orders returns "relayerApiOrdersResponseSchema" which references relayerApiOrdersSchema -> relayerApiOrderSchema, then it makes sense for the non-paginated interface (/order/{hash} to return "relayerApiOrderSchema".
  • Loading branch information
amaurer authored Sep 29, 2018
1 parent c1e9e61 commit 590dd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Retrieves a specific order by orderHash.

#### Response

[See response schema](https://github.com/0xProject/0x-monorepo/blob/development/packages/json-schemas/schemas/order_schemas.ts#L24)
[See response schema](https://github.com/0xProject/0x-monorepo/blob/development/packages/json-schemas/schemas/relayer_api_order_schema.ts#L1)

```
{
Expand Down

0 comments on commit 590dd6f

Please sign in to comment.