One example of this is account management api: https://psd2-env-admin.3scale.net/api_docs/services/account_management_api.json
In particular the example I received from the customer is the Service Create (not sure if there are other cases):
the definition states that all input should be a query parameter, but if passed in the query the server won't see that (Required parameter missing: service)
Everything should be passed as body, as it can be seen when you use the interactive docs on API DOCS page.
- relates to
-
THREESCALE-2086 Service settings missing in service endpoint
- Closed