Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Sep 5, 2023
1 parent 8dc3d63 commit e5903ef
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion json/LegalEntityService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@
"AcceptTermsOfServiceRequest" : {
"properties" : {
"acceptedBy" : {
"description" : "The individual legal entity ID of the user accepting the Terms of Service. This can also be the legal entity ID of the signatory for an organization.",
"description" : "The individual legal entity ID of the user accepting the Terms of Service. For organizations, this must be the legal entity ID of an authorized signatory for the organization.",
"type" : "string"
},
"ipAddress" : {
Expand Down
2 changes: 1 addition & 1 deletion json/LegalEntityService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2992,7 +2992,7 @@
"AcceptTermsOfServiceRequest" : {
"properties" : {
"acceptedBy" : {
"description" : "The individual legal entity ID of the user accepting the Terms of Service. This can also be the legal entity ID of the signatory for an organization.",
"description" : "The individual legal entity ID of the user accepting the Terms of Service. For organizations, this must be the legal entity ID of an authorized signatory for the organization.",
"type" : "string"
},
"ipAddress" : {
Expand Down
2 changes: 1 addition & 1 deletion json/LegalEntityService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@
"AcceptTermsOfServiceRequest" : {
"properties" : {
"acceptedBy" : {
"description" : "The individual legal entity ID of the user accepting the Terms of Service. This can also be the legal entity ID of the signatory for an organization.",
"description" : "The individual legal entity ID of the user accepting the Terms of Service. For organizations, this must be the legal entity ID of an authorized signatory for the organization.",
"type" : "string"
},
"ipAddress" : {
Expand Down
4 changes: 2 additions & 2 deletions yaml/LegalEntityService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,8 +1799,8 @@ components:
properties:
acceptedBy:
description: The individual legal entity ID of the user accepting the Terms
of Service. This can also be the legal entity ID of the signatory for
an organization.
of Service. For organizations, this must be the legal entity ID of an
authorized signatory for the organization.
type: string
ipAddress:
description: The IP address of the user accepting the Terms of Service.
Expand Down
4 changes: 2 additions & 2 deletions yaml/LegalEntityService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1875,8 +1875,8 @@ components:
properties:
acceptedBy:
description: The individual legal entity ID of the user accepting the Terms
of Service. This can also be the legal entity ID of the signatory for
an organization.
of Service. For organizations, this must be the legal entity ID of an
authorized signatory for the organization.
type: string
ipAddress:
description: The IP address of the user accepting the Terms of Service.
Expand Down
4 changes: 2 additions & 2 deletions yaml/LegalEntityService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1966,8 +1966,8 @@ components:
properties:
acceptedBy:
description: The individual legal entity ID of the user accepting the Terms
of Service. This can also be the legal entity ID of the signatory for
an organization.
of Service. For organizations, this must be the legal entity ID of an
authorized signatory for the organization.
type: string
ipAddress:
description: The IP address of the user accepting the Terms of Service.
Expand Down

0 comments on commit e5903ef

Please sign in to comment.