You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenAPI spec for the (list services endpoint)[https://docs.konghq.com/gateway/api/admin-oss/latest/#/Services/list-service] claims that the endpoint returns a single Service instance when in fact returns a list of services.
Where is the problem?
https://docs.konghq.com/gateway/api/admin-oss/latest/#/Services/list-service
What happened?
The OpenAPI spec for the (list services endpoint)[https://docs.konghq.com/gateway/api/admin-oss/latest/#/Services/list-service] claims that the endpoint returns a single
Service
instance when in fact returns a list of services.The root cause is defined on the spec itself
What did you expect to happen?
The spec should indicate that the endpoint return a list of services. Something along these lines:
Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: