Update types and add missing param to SRA spec

This commit is contained in:
fragosti
2018-08-14 17:16:03 -07:00
parent 5c40c466f6
commit 80e5127a46
4 changed files with 31 additions and 19 deletions

View File

@@ -150,6 +150,15 @@ export const api: OpenApiSpec = {
$ref: '#/components/schemas/addressSchema',
},
},
{
name: 'takerAddress',
in: 'query',
description: `Same as takerAddress in the [0x Protocol v2 Specification](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#order-message-format)`,
example: '0xe41d2489571d322189246dafa5ebde1f4699f498',
schema: {
$ref: '#/components/schemas/addressSchema',
},
},
{
name: 'traderAddress',
in: 'query',