diff options
Diffstat (limited to 'files/ja/web')
-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> |