diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-04-24 11:09:05 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 11:09:05 +0900 |
commit | 528d2a9451c94e10e9f5a1305ef5696363c9f77b (patch) | |
tree | 392ff5cc022cd6b413057305b3f9e4bc92d21c64 /files/ja/web/http | |
parent | be26cb5bbf5d1d1cfa3d8a4d1ee1a5e8384d04f3 (diff) | |
download | translated-content-528d2a9451c94e10e9f5a1305ef5696363c9f77b.tar.gz translated-content-528d2a9451c94e10e9f5a1305ef5696363c9f77b.tar.bz2 translated-content-528d2a9451c94e10e9f5a1305ef5696363c9f77b.zip |
英語版に合わせてHTTPStatus "201"に補足事項を追加 (#541)
"201"以外のメソッドに対する表記、および、英語版ページの表記と合わせ、
"201"の後ろに"Created"を追記。
Diffstat (limited to 'files/ja/web/http')
-rw-r--r-- | files/ja/web/http/status/200/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/status/200/index.html b/files/ja/web/http/status/200/index.html index c11c164097..38dea5ba09 100644 --- a/files/ja/web/http/status/200/index.html +++ b/files/ja/web/http/status/200/index.html @@ -20,7 +20,7 @@ translation_of: Web/HTTP/Status/200 <li>{{HTTPMethod("TRACE")}}: メッセージのボディ部にサーバーで受信したリクエストメッセージを含んでいる。</li> </ul> -<p>{{HTTPMethod("PUT")}} や {{HTTPMethod("DELETE")}} の成功結果は <code>200</code> <code>OK</code> ではなく、 {{HTTPStatus("204")}} <code>No Content</code> (や、リソースの初回アップロードによる作成の場合は {{HTTPStatus("201")}} )である場合もある。</p> +<p>{{HTTPMethod("PUT")}} や {{HTTPMethod("DELETE")}} の成功結果は <code>200</code> <code>OK</code> ではなく、 {{HTTPStatus("204")}} <code>No Content</code> (や、リソースの初回アップロードによる作成の場合は {{HTTPStatus("201")}} <code>Created</code> )である場合もある。</p> <h2 id="ステータス">ステータス</h2> |