Yaak Logo
Yaak
Feedback/Unexpected request info description after OpenAPI import

Unexpected request info description after OpenAPI import

Rutger van Eerd·3 days ago
Released to BetaBugQuestion

I just imported an OpenAPI document with several requests. I noticed that the request info shows the description field as expected but also the text [object Object]. See attached image.

Where does this text come from?

The relevant part of the OpenAPI document.

  "paths": {
    "/klanten": {
      "get": {
        "description": "Lijst van klanten",
        "parameters": [ ... ],
        "responses": { ... }
      }
    },
image
Windows2026.2.4

Comments (1)

Sign in to leave a comment.

Gregory SchierReleased to Beta

Can you check if this is fixed in the latest beta? https://github.com/mountain-loop/yaak/releases/tag/v2026.3.0-beta.8

Type to search feedback...