Skip to content

Commit 2ca7fba

Browse files
committed
Updated API from documentation release
1 parent e3e121c commit 2ca7fba

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

api-specs/checkout/api.raml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,11 @@ traits:
308308
displayName: Delete Payment Integration by ID
309309
is:
310310
- secured_by_manage_payment_integrations
311-
body:
312-
type: PaymentIntegration
311+
queryParameters:
312+
version:
313+
type: integer
314+
format: int64
315+
description: Last seen version of the resource.
313316
responses:
314317
200:
315318
body:
@@ -360,8 +363,11 @@ traits:
360363
displayName: Delete Payment Integration by Key
361364
is:
362365
- secured_by_manage_payment_integrations
363-
body:
364-
type: PaymentIntegration
366+
queryParameters:
367+
version:
368+
type: integer
369+
format: int64
370+
description: Last seen version of the resource.
365371
responses:
366372
200:
367373
body:
@@ -468,8 +474,11 @@ traits:
468474
displayName: Delete Application by ID
469475
is:
470476
- secured_by_manage_applications
471-
body:
472-
type: Application
477+
queryParameters:
478+
version:
479+
type: integer
480+
format: int64
481+
description: Last seen version of the resource.
473482
responses:
474483
200:
475484
body:
@@ -521,8 +530,11 @@ traits:
521530
displayName: Delete Application by Key
522531
is:
523532
- secured_by_manage_applications
524-
body:
525-
type: Application
533+
queryParameters:
534+
version:
535+
type: integer
536+
format: int64
537+
description: Last seen version of the resource.
526538
responses:
527539
200:
528540
body:

0 commit comments

Comments
 (0)