Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8891,7 +8891,7 @@
],
"externalDocs": {
"description": "Merchant documentation",
"url": "https://developer.sumup.com/tools/models/merchant"
"url": "https://developer.sumup.com/tools/glossary/merchant"
},
"title": "Merchant"
},
Expand Down Expand Up @@ -8943,7 +8943,7 @@
},
"externalDocs": {
"description": "Company documentation",
"url": "https://developer.sumup.com/tools/models/merchant#company"
"url": "https://developer.sumup.com/tools/glossary/merchant#company"
}
},
"Meta": {
Expand Down Expand Up @@ -9088,7 +9088,7 @@
],
"externalDocs": {
"description": "The country SDK documentation for legal types.",
"url": "https://developer.sumup.com/tools/models/merchant#legal-types"
"url": "https://developer.sumup.com/tools/glossary/merchant#legal-types"
},
"maxLength": 64,
"minLength": 4
Expand Down Expand Up @@ -9127,7 +9127,7 @@
],
"externalDocs": {
"description": "Company identifier documentation",
"url": "https://developer.sumup.com/tools/models/merchant#company-identifiers"
"url": "https://developer.sumup.com/tools/glossary/merchant#company-identifiers"
},
"required": [
"ref",
Expand Down Expand Up @@ -9261,7 +9261,7 @@
},
"externalDocs": {
"description": "Person documentation",
"url": "https://developer.sumup.com/tools/models/merchant#persons"
"url": "https://developer.sumup.com/tools/glossary/merchant#persons"
},
"required": [
"id"
Expand Down
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6307,7 +6307,7 @@ components:
- $ref: '#/components/schemas/Timestamps'
externalDocs:
description: Merchant documentation
url: 'https://developer.sumup.com/tools/models/merchant'
url: 'https://developer.sumup.com/tools/glossary/merchant'
title: Merchant
Company:
description: |
Expand Down Expand Up @@ -6349,7 +6349,7 @@ components:
$ref: '#/components/schemas/Attributes'
externalDocs:
description: Company documentation
url: 'https://developer.sumup.com/tools/models/merchant#company'
url: 'https://developer.sumup.com/tools/glossary/merchant#company'
Meta:
description: |-
A set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
Expand Down Expand Up @@ -6476,7 +6476,7 @@ components:
- bg.private_limited_company
externalDocs:
description: The country SDK documentation for legal types.
url: 'https://developer.sumup.com/tools/models/merchant#legal-types'
url: 'https://developer.sumup.com/tools/glossary/merchant#legal-types'
maxLength: 64
minLength: 4
CompanyIdentifiers:
Expand Down Expand Up @@ -6506,7 +6506,7 @@ components:
value: HRB 123456
externalDocs:
description: Company identifier documentation
url: 'https://developer.sumup.com/tools/models/merchant#company-identifiers'
url: 'https://developer.sumup.com/tools/glossary/merchant#company-identifiers'
required:
- ref
- value
Expand Down Expand Up @@ -6624,7 +6624,7 @@ components:
$ref: '#/components/schemas/ChangeStatus'
externalDocs:
description: Person documentation
url: 'https://developer.sumup.com/tools/models/merchant#persons'
url: 'https://developer.sumup.com/tools/glossary/merchant#persons'
required:
- id
ClassicMerchantIdentifiers:
Expand Down
Loading