aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/201/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/http/status/201/index.html')
-rw-r--r--files/ja/web/http/status/201/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/status/201/index.html b/files/ja/web/http/status/201/index.html
index 103cdf1f11..0f5ba13be8 100644
--- a/files/ja/web/http/status/201/index.html
+++ b/files/ja/web/http/status/201/index.html
@@ -12,7 +12,7 @@ translation_of: Web/HTTP/Status/201
<p>HTTP の <strong><code>201 Created</code></strong> 成功ステータスレスポンスコードは、リクエストが成功してリソースの作成が完了したことを表します。レスポンスが返される前に、新たなリソースが作成され、レスポンスメッセージの本文にて新しいリソースが返されます。その位置はリクエスト URL、または {{HTTPHeader("Location")}} ヘッダーの内容となります。</p>
-<p>このステータスコードの一般的な使用例は、 {{HTTPMethod("PUT")}} リクエストの結果です。</p>
+<p>このステータスコードの一般的な使用例は、 {{HTTPMethod("POST")}} リクエストの結果です。</p>
<h2 id="Status" name="Status">状態</h2>