|
52 | 52 | "url": "https://api.transip.nl/v6/domains", |
53 | 53 | "status": 201, |
54 | 54 | "content_type": "application/json", |
55 | | - "match_json": { |
| 55 | + "match_json_params": { |
56 | 56 | "domainName": "example.com", |
57 | 57 | "contacts": [ |
58 | 58 | { |
|
94 | 94 | "url": "https://api.transip.nl/v6/domains", |
95 | 95 | "status": 201, |
96 | 96 | "content_type": "application/json", |
97 | | - "match_json": { |
| 97 | + "match_json_params": { |
98 | 98 | "domainName": "example.com", |
99 | 99 | "authCode": "CYPMaVH+9MRjXGBc3InzHs7vNSUBPOjwpZm3GO+iDLHnFLtiP7sOKqW5JD1WeUpevZM6q1qS5YH9dGSp", |
100 | 100 | "contacts": [ |
|
137 | 137 | "url": "https://api.transip.nl/v6/domains/example.com", |
138 | 138 | "status": 204, |
139 | 139 | "content_type": "application/json", |
140 | | - "match_json": { |
| 140 | + "match_json_params": { |
141 | 141 | "domain": { |
142 | 142 | "name": "example.com", |
143 | 143 | "authCode": "kJqfuOXNOYQKqh/jO4bYSn54YDqgAt1ksCe+ZG4Ud4nfpzw8qBsfR2JqAj7Ce12SxKcGD09v+yXd6lrm", |
|
160 | 160 | "url": "https://api.transip.nl/v6/domains/example.com", |
161 | 161 | "status": 204, |
162 | 162 | "content_type": "application/json", |
163 | | - "match_json": { |
| 163 | + "match_json_params": { |
164 | 164 | "endTime": "end" |
165 | 165 | } |
166 | 166 | }, |
|
186 | 186 | "url": "https://api.transip.nl/v6/domains/example.com/branding", |
187 | 187 | "status": 204, |
188 | 188 | "content_type": "application/json", |
189 | | - "match_json": { |
| 189 | + "match_json_params": { |
190 | 190 | "branding": { |
191 | 191 | "companyName": "Example B.V.", |
192 | 192 | "supportEmail": "admin@example.com", |
|
229 | 229 | "url": "https://api.transip.nl/v6/domains/example.com/contacts", |
230 | 230 | "status": 204, |
231 | 231 | "content_type": "application/json", |
232 | | - "match_json": { |
| 232 | + "match_json_params": { |
233 | 233 | "contacts": [ |
234 | 234 | { |
235 | 235 | "type": "registrant", |
|
271 | 271 | "url": "https://api.transip.nl/v6/domains/example.com/dns", |
272 | 272 | "status": 201, |
273 | 273 | "content_type": "application/json", |
274 | | - "match_json": { |
| 274 | + "match_json_params": { |
275 | 275 | "dnsEntry": { |
276 | 276 | "name": "www", |
277 | 277 | "expire": 86400, |
|
300 | 300 | "url": "https://api.transip.nl/v6/domains/example.com/nameservers", |
301 | 301 | "status": 204, |
302 | 302 | "content_type": "application/json", |
303 | | - "match_json": { |
| 303 | + "match_json_params": { |
304 | 304 | "nameservers": [ |
305 | 305 | { |
306 | 306 | "hostname": "ns0.transip.nl", |
|
0 commit comments