Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-11498

3scale API docs CRUD /api/account_plans/{acc_pl_id}/features.xml not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 2.15.0 GA
    • System
    • 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: */*'

              Unassigned Unassigned
              rh-ee-mpentrak Martin Pentrak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: