validation of API input parameters
Bug #1642520 reported by
Seeni
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Valence |
Fix Committed
|
High
|
Anusha |
Bug Description
We could implements a set of standard validation functions to check the inputs
of valence APIs.
for example, criteria is mandatory for compose, if criteria is absent in the parameter now, an error will raise at PODM side. Rather we could implement parameter validation at API part.
summary: |
- validation of input parameters for APIs + validation of API input parameters |
Changed in openstack-valence: | |
importance: | Undecided → High |
Changed in openstack-valence: | |
assignee: | nobody → Anusha (anusha-iiitm) |
Changed in openstack-valence: | |
status: | New → In Progress |
Changed in openstack-valence: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
As the flask reqparse is slated for removal, shall we use voluptuous/ schema/ valideer or to have our own?