Add a TODO item (unexpected attribute)

A recently merged api guideline requires that unexpected attributes
should raise a 400 error.

Change-Id: I4bfdd7b0cc283271c1852c2e7fdf5af35d38eba5
This commit is contained in:
tengqm 2016-04-07 20:01:20 -04:00
parent 904b23bece
commit df6cab9524

View File

@ -15,6 +15,8 @@ HIGH PRIORITY
API
---
- Find and fill gaps with API-WG besides the one we already identified.
- Validate API request for unexpected attributes. Such attributes should
result in a 400 error. [https://review.openstack.org/#/c/260292]
POLICY
------