質問編集履歴

1

送信しているJsonを追記しました。

2020/09/03 01:45

投稿

so_chan
so_chan

スコア16

test CHANGED
File without changes
test CHANGED
@@ -238,6 +238,36 @@
238
238
 
239
239
 
240
240
 
241
+ ###送信しているJson (JsonObject の中身)
242
+
243
+ ```
244
+
245
+ {
246
+
247
+ "method": "POST",
248
+
249
+ "body": {
250
+
251
+ "title": "test",
252
+
253
+ "content": "texttext",
254
+
255
+ "status": "draft"
256
+
257
+ },
258
+
259
+ "muteHttpExceptions": true
260
+
261
+ }
262
+
263
+ ```
264
+
265
+
266
+
267
+
268
+
269
+
270
+
241
271
  ### 試したこと
242
272
 
243
273