質問編集履歴

1

修正

2018/08/13 03:42

投稿

sequelanonymous
sequelanonymous

スコア123

test CHANGED
File without changes
test CHANGED
@@ -130,7 +130,7 @@
130
130
 
131
131
 
132
132
 
133
- url = 'http://localhost:8080/v1/batch'
133
+ url = 'http://localhost:8080/batch'
134
134
 
135
135
 
136
136
 
@@ -142,21 +142,21 @@
142
142
 
143
143
  [{"method": "post",
144
144
 
145
- "relative_url": "/accounts",
145
+ "relative_url": "/acs",
146
146
 
147
- "body": {"external_user_id": "test1"}},
147
+ "body": {"exuser": "test1"}},
148
148
 
149
149
  { "method": "post",
150
150
 
151
- "relative_url": "/accounts",
151
+ "relative_url": "/acs",
152
152
 
153
- "body": {"external_user_id": "test2"}},
153
+ "body": {"exuser": "test2"}},
154
154
 
155
155
  {"method": "post",
156
156
 
157
- "relative_url": "/accounts",
157
+ "relative_url": "/acs",
158
158
 
159
- "body": {"external_user_id": "test3"}}]}
159
+ "body": {"exuser": "test3"}}]}
160
160
 
161
161
 
162
162