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

Unexpected request info description after OpenAPI import

Rutger van Eerd·a month ago
ReleasedBugQuestion

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 (3)

Sign in to leave a comment.

Gregory SchierReleased
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

Rutger van EerdOP

This is fixed in the beta version. It now shows the content of the description field. Thanks!

Type to search feedback...