-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
What happened?
When I try sending a request on /parameter (or /variable) endpoints on swagger, I get a red text area on the parameterID (or variableID) and nothing happens.
What I expected:
To be able to try the Web API with the swagger interface and get the requested parameter (or variable) description (and a text area that doesn't reject the requested name and doesn't turn into a red area).
Additional information:
Tested on the legislation explorer of:
- the country-template: https://demo.openfisca.org/legislation/swagger
- the openfisca-france model: https://fr.openfisca.org/legislation/swagger
With existing elements of the models likeadditionalProp1
parameter (andtotal_benefits
variable) of the country-template.
In both cases, the Web API is able to respond to the tested requests.
This might be a side effect of the last updates on openfisca-core like openfisca/openfisca-core#982