We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79e39 commit 1849d27Copy full SHA for 1849d27
documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md
@@ -953,7 +953,6 @@ externalDocs:
953
# 設計上のポイント
954
955
OpenAPI ドキュメントを作成する上での設計上ポイントをいくつか記載する。
956
-一部の内容については、
957
958
## ファイルアップロード
959
@@ -1024,7 +1023,7 @@ CORS(Cross-Origin Resource Sharing)のために、options メソッドの追
1024
1023
理由は以下である。
1025
1026
- サーバ側
1027
- - options メソッド対応は、API 使用ではなく実装レベルの機能横断的な処理(Java における Servlet Filter や Spring の Interceptor、Go における Middleware など)で行うことが大半であり、コード生成が不要
+ - options メソッド対応は、API 仕様ではなく実装レベルの機能横断的な処理(Java における Servlet Filter や Spring の Interceptor、Go における Middleware など)で行うことが大半であり、コード生成が不要
1028
- クライアント側
1029
- options メソッドを用いるのはクライアントがブラウザであり、クライアントのアプリケーションコードが明示的にアクセスしないため、コード生成が不要
1030
- 使用面として
0 commit comments