-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hi.
I am using extension version 4.32.1. I've created a simple API definition:
openapi: 3.0.4
info:
title: test server
version: "1.0"
servers:
- url: http://localhost:5000
description: Local server
paths:
/connected:
get:
summary: Check the connection status.
responses:
"200":
description: Connection status
content:
application/json:
schema:
type: object
properties:
connected:
type: booleanWhen I try to make request with "Try it" button, I got an error after pressing "Send":
`input` must not start with a slash when using `prefixUrl`
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels

