-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.15.0 GA
-
None
-
False
-
None
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
In page 3scale API docs CURD operation GET does not return existing featureĀ
Call:
curl -X 'GET' \ 'https://*******/admin/api/account_plans/313/features.xml?access_token=****' \ -H 'accept: */*'
Returns:
Download<?xml version="1.0" encoding="UTF-8"?> <features> </features>
Post in 3scale API docs has a required argument feature ID which you do not need to enter in UI and missing description field which is in UI
And if i try to delete feature with requiered ID o got error: 404
curl -X 'DELETE' \ 'https://******/admin/api/account_plans/313/features/7.xml?access_token=******' \ -H 'accept: */*'