---
title: "Kong Konnect Dev Portal Bug Reproduction API"
url: "https://kiwi.arashsheyda.me/apis/kong-konnect-dev-portal-bug-reproduction-api-1/versions/f460d706-1a67-4adc-b140-4cddfb7d51f6"
---

# Kong Konnect Dev Portal Bug Reproduction API

OpenAPI specification document.

```json
{"openapi":"3.0.0","info":{"title":"Kong Konnect Dev Portal Bug Reproduction API","description":"This spec reproduces a bug in the Dev Portal \"Try it\" block.  When optional query parameters are left blank, the Dev Portal appends  them to the request URL as the literal string \"undefined\".\n","version":"1.0.0"},"servers":[{"url":"https://httpbin.konghq.com","description":"Public HTTP Request & Response Service (Echoes back request details)"}],"paths":{"/anything":{"get":{"summary":"Reproduce Dev Portal Query Parameter Bug","description":"1. Click \"Try it\". 2. Leave all the query parameter fields completely blank. 3. Click \"Send\" / \"Execute\". 4. Look at the Response Body. If the bug is present, the `args` object \n   will show the parameters mapped to the literal string `\"undefined\"`.\n","operationId":"reproduceQueryBug","parameters":[{"name":"website_id","in":"query","required":false,"description":"Optional website ID filter.","schema":{"type":"string"}},{"name":"text_filter","in":"query","required":false,"description":"Optional text search filter.","schema":{"type":"string"}},{"name":"from","in":"query","required":false,"description":"Optional start timestamp.","schema":{"type":"string"}},{"name":"until","in":"query","required":false,"description":"Optional end timestamp.","schema":{"type":"string"}},{"name":"cursor","in":"query","required":false,"description":"Optional pagination cursor.","schema":{"type":"string"}}],"responses":{"200":{"description":"Success. The incoming request payload is echoed back.","content":{"application/json":{"schema":{"type":"object","properties":{"args":{"type":"object","description":"Contains the query parameters received by the server."}}}}}}}}}}}
```
