Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Mar 6, 2024
1 parent 99fbb0a commit 55133bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions json/DataProtectionService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"components" : {
"schemas" : {
"ServiceError" : {
"additionalProperties" : false,
"properties" : {
"errorCode" : {
"description" : "The error code mapped to the error message.",
Expand All @@ -145,6 +146,7 @@
"type" : "object"
},
"SubjectErasureByPspReferenceRequest" : {
"additionalProperties" : false,
"properties" : {
"forceErasure" : {
"description" : "Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.",
Expand All @@ -162,6 +164,7 @@
"type" : "object"
},
"SubjectErasureResponse" : {
"additionalProperties" : false,
"properties" : {
"result" : {
"description" : "The result of this operation.",
Expand Down
3 changes: 3 additions & 0 deletions yaml/DataProtectionService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ paths:
components:
schemas:
ServiceError:
additionalProperties: false
properties:
errorCode:
description: The error code mapped to the error message.
Expand All @@ -132,6 +133,7 @@ components:
type: integer
type: object
SubjectErasureByPspReferenceRequest:
additionalProperties: false
properties:
forceErasure:
description: Set this to **true** if you want to delete shopper-related
Expand All @@ -148,6 +150,7 @@ components:
type: string
type: object
SubjectErasureResponse:
additionalProperties: false
properties:
result:
description: The result of this operation.
Expand Down

0 comments on commit 55133bc

Please sign in to comment.