diff options
author | sho <53907857+sho03@users.noreply.github.com> | 2021-12-02 18:04:44 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-07 11:25:50 +0900 |
commit | 53b1170058c455cf40ade13012d84d0942287ad9 (patch) | |
tree | 17dbf45209a9ec234a675666e184ff65153977a9 /files/ja/web/http/status | |
parent | fdf7615bcc69d4f4570dd5949f70d4af5bb1a27f (diff) | |
download | translated-content-53b1170058c455cf40ade13012d84d0942287ad9.tar.gz translated-content-53b1170058c455cf40ade13012d84d0942287ad9.tar.bz2 translated-content-53b1170058c455cf40ade13012d84d0942287ad9.zip |
fix: http method name
Fix HTTP method name. In other language documentation, this is POST.
Diffstat (limited to 'files/ja/web/http/status')
-rw-r--r-- | files/ja/web/http/status/201/index.html | 2 |
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> |