1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Update OpenAPI Descriptions (#29925)

* Update OpenAPI  Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
github-openapi-bot
2022-08-14 16:01:09 -07:00
committed by GitHub
parent c292bc3b0a
commit 58d5ea4b66
14 changed files with 84 additions and 7 deletions

View File

@@ -363442,7 +363442,12 @@
},
"response": {
"statusCode": "200",
"description": "<p>Response</p>"
"contentType": "text/plain",
"description": "<p>Example response</p>",
"example": "Responsive is better than fast",
"schema": {
"type": "string"
}
}
}
],