Tomas Cohen Arazi
3ba74940ee
The first routes we added named parameters in camelCase. We moved to snake_case really fast, but there are two that were kept by mistake. This patch fixes them. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
7 lines
99 B
YAML
7 lines
99 B
YAML
---
|
|
fund_id_pp:
|
|
name: fund_id
|
|
in: path
|
|
description: Fund id
|
|
required: true
|
|
type: integer
|