Skip to content

Commit

Permalink
docs(openapi): add External Resources section
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 21, 2023
1 parent 8ed98fa commit 7d8a6ad
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/rest-api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ info:
# Description
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
# External Resources
|| URL |
| --- | --- |
| Website | https://yoshinorin.github.io/qualtet/docs/ |
| Source Code | https://github.com/yoshinorin/qualte |
| Response Examples | https://github.com/yoshinorin/qualtet-mock/tree/master/src/resources |
# Common Headers
## Request Header
Expand All @@ -18,10 +26,6 @@ info:
| X-Request-Id | UUID4 | Always set by Qualtet. If client set this when request a server, Qualtet will return it value with response header. |
| X-Response-Time | number | Always set by Qualtet. Response time (ms) |
version: v2.11.0
externalDocs:
description: |
- Website
url: 'https://yoshinorin.github.io/qualtet/docs/'
servers:
- url: http://example.com/
paths:
Expand Down

0 comments on commit 7d8a6ad

Please sign in to comment.