nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

agreements: List[str] is not consistent with API Schema #24

Open agherasim opened 1 year ago

agherasim commented 1 year ago

Attempting to create a new requisition, the agreement parameter expects a List[str] attribute type which is passed as is to the API call POST /requisitions.

This is not consistent with the RequisitionRequest payload schema.