mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Merge pull request #326 from hermeznetwork/feature/effective-amount-update
Feature/effective amount update
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user