質問編集履歴
1
送信しているJsonを追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -118,6 +118,21 @@
|
|
118
118
|
|
119
119
|
```
|
120
120
|
|
121
|
+
###送信しているJson (JsonObject の中身)
|
122
|
+
```
|
123
|
+
{
|
124
|
+
"method": "POST",
|
125
|
+
"body": {
|
126
|
+
"title": "test",
|
127
|
+
"content": "texttext",
|
128
|
+
"status": "draft"
|
129
|
+
},
|
130
|
+
"muteHttpExceptions": true
|
131
|
+
}
|
132
|
+
```
|
133
|
+
|
134
|
+
|
135
|
+
|
121
136
|
### 試したこと
|
122
137
|
|
123
138
|
元は
|