質問編集履歴

1

エラーを追記

2019/12/29 00:16

投稿

Khy
Khy

スコア118

test CHANGED
File without changes
test CHANGED
@@ -153,3 +153,23 @@
153
153
  end
154
154
 
155
155
  ```
156
+
157
+
158
+
159
+ エラー内容は以下の通りです。
160
+
161
+
162
+
163
+ ```
164
+
165
+ # POST時のエラー
166
+
167
+ POST http://localhost:3333/api/v1/users 400 (Bad Request)
168
+
169
+
170
+
171
+ # DELETE時のエラー
172
+
173
+ DELETE http://localhost:3333/api/v1/users/298486374 500 (Internal Server Error)
174
+
175
+ ```