From 53b1170058c455cf40ade13012d84d0942287ad9 Mon Sep 17 00:00:00 2001 From: sho <53907857+sho03@users.noreply.github.com> Date: Thu, 2 Dec 2021 18:04:44 +0900 Subject: fix: http method name Fix HTTP method name. In other language documentation, this is POST. --- files/ja/web/http/status/201/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/http/status') 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

HTTP の 201 Created 成功ステータスレスポンスコードは、リクエストが成功してリソースの作成が完了したことを表します。レスポンスが返される前に、新たなリソースが作成され、レスポンスメッセージの本文にて新しいリソースが返されます。その位置はリクエスト URL、または {{HTTPHeader("Location")}} ヘッダーの内容となります。

-

このステータスコードの一般的な使用例は、 {{HTTPMethod("PUT")}} リクエストの結果です。

+

このステータスコードの一般的な使用例は、 {{HTTPMethod("POST")}} リクエストの結果です。

状態

-- cgit v1.2.3-54-g00ecf