MySwaggerJsonSpec

From PKC
Revision as of 08:40, 26 August 2022 by Emhavis (talk | contribs) (Created page with "openapi: '3.0.2' info: title: API Title version: '1.0' servers: - url: https://api.server.test/v1 paths: /test: get: responses: '200': description: OK")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

openapi: '3.0.2' info:

 title: API Title
 version: '1.0'

servers:

 - url: https://api.server.test/v1

paths:

 /test:
   get:
     responses:
       '200':
         description: OK