Merge pull request #326 from hermeznetwork/feature/effective-amount-update

Feature/effective amount update
This commit is contained in:
Eduard S
2020-12-04 12:33:30 +01:00
committed by GitHub
8 changed files with 101 additions and 78 deletions

View File

@@ -60,7 +60,7 @@ externalDocs:
url: 'https://hermez.io'
servers:
- description: Hosted mock up
url: http://167.71.59.190:4010
url: https://apimock.hermez.network
- description: Localhost mock Up
url: http://localhost:4010
tags:
@@ -795,7 +795,7 @@ paths:
description: Only include slots with `slotNum >= minSlotNum`. By default, `minSlotNum = 0`.
schema:
$ref: '#/components/schemas/SlotNum'
- name: maxSlothNum
- name: maxSlotNum
in: query
required: false
description: Only include slots with `slotNum <= maxSlotNum`.