L
L
lilandre2022-01-12 17:59:21
API
lilandre, 2022-01-12 17:59:21

How to configure OpenApi (swagger) to specify that some of the requests when generating a collection are in a specific folder?

Hello. I am designing api in postmen. There was a need to place the api related to the entrance to the site in a separate folder "log in" when generating the collection.

openapi: 3.0.0
info:
  version: draft
  title: 'Test'
servers:
  - url: 'localhost:3000'
paths:
  /user:
    get:

Maybe there are some ideas?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question