Manual generation

This commit is contained in:
gcatanese
2023-10-13 14:22:24 +00:00
committed by github-actions[bot]
parent 87602c9535
commit c7a1526de2

View File

@@ -13,7 +13,7 @@
"name": "Legal entities",
"item": [
{
"name": "/legalEntities/{id}",
"name": "/legalEntities/:id",
"description": "Returns a legal entity.",
"item": [
{
@@ -37,13 +37,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}",
"raw": "{{baseUrl}}/legalEntities/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}"
":id"
],
"variable": [
{
@@ -61,7 +61,7 @@
]
},
{
"name": "/legalEntities/{id}/businessLines",
"name": "/legalEntities/:id/businessLines",
"description": "Returns the business lines owned by a legal entity.",
"item": [
{
@@ -85,13 +85,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/businessLines",
"raw": "{{baseUrl}}/legalEntities/:id/businessLines",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"businessLines"
],
"variable": [
@@ -110,7 +110,7 @@
]
},
{
"name": "/legalEntities/{id}",
"name": "/legalEntities/:id",
"description": "Updates a legal entity. >To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.",
"item": [
{
@@ -144,13 +144,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}",
"raw": "{{baseUrl}}/legalEntities/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}"
":id"
],
"variable": [
{
@@ -196,13 +196,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}",
"raw": "{{baseUrl}}/legalEntities/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}"
":id"
],
"variable": [
{
@@ -248,13 +248,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}",
"raw": "{{baseUrl}}/legalEntities/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}"
":id"
],
"variable": [
{
@@ -554,7 +554,7 @@
]
},
{
"name": "/legalEntities/{id}/checkVerificationErrors",
"name": "/legalEntities/:id/checkVerificationErrors",
"description": "Returns the verification errors for a legal entity and its supporting entities.",
"item": [
{
@@ -578,13 +578,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/checkVerificationErrors",
"raw": "{{baseUrl}}/legalEntities/:id/checkVerificationErrors",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"checkVerificationErrors"
],
"variable": [
@@ -650,7 +650,7 @@
]
},
{
"name": "/themes/{id}",
"name": "/themes/:id",
"description": "Returns the details of the theme identified in the path.>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
"item": [
{
@@ -674,13 +674,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/themes/{id}",
"raw": "{{baseUrl}}/themes/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"themes",
"{id}"
":id"
],
"variable": [
{
@@ -698,7 +698,7 @@
]
},
{
"name": "/legalEntities/{id}/onboardingLinks",
"name": "/legalEntities/:id/onboardingLinks",
"description": "Returns a link to an Adyen-hosted onboarding page where you need to redirect your user. >If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests. ",
"item": [
{
@@ -727,13 +727,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/onboardingLinks",
"raw": "{{baseUrl}}/legalEntities/:id/onboardingLinks",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"onboardingLinks"
],
"variable": [
@@ -757,7 +757,7 @@
"name": "Business lines",
"item": [
{
"name": "/businessLines/{id}",
"name": "/businessLines/:id",
"description": "Deletes a business line. >If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts.",
"item": [
{
@@ -781,13 +781,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/businessLines/{id}",
"raw": "{{baseUrl}}/businessLines/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"businessLines",
"{id}"
":id"
],
"variable": [
{
@@ -805,7 +805,7 @@
]
},
{
"name": "/businessLines/{id}",
"name": "/businessLines/:id",
"description": "Returns the detail of a business line.",
"item": [
{
@@ -829,13 +829,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/businessLines/{id}",
"raw": "{{baseUrl}}/businessLines/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"businessLines",
"{id}"
":id"
],
"variable": [
{
@@ -853,7 +853,7 @@
]
},
{
"name": "/businessLines/{id}",
"name": "/businessLines/:id",
"description": "Updates a business line.",
"item": [
{
@@ -882,13 +882,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/businessLines/{id}",
"raw": "{{baseUrl}}/businessLines/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"businessLines",
"{id}"
":id"
],
"variable": [
{
@@ -999,7 +999,7 @@
"name": "Documents",
"item": [
{
"name": "/documents/{id}",
"name": "/documents/:id",
"description": "Deletes a document.",
"item": [
{
@@ -1023,13 +1023,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/documents/{id}",
"raw": "{{baseUrl}}/documents/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"documents",
"{id}"
":id"
],
"variable": [
{
@@ -1047,7 +1047,7 @@
]
},
{
"name": "/documents/{id}",
"name": "/documents/:id",
"description": "Returns a document.",
"item": [
{
@@ -1071,13 +1071,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/documents/{id}",
"raw": "{{baseUrl}}/documents/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"documents",
"{id}"
":id"
],
"variable": [
{
@@ -1095,7 +1095,7 @@
]
},
{
"name": "/documents/{id}",
"name": "/documents/:id",
"description": "Updates a document. >You can upload a maximum of 15 pages for photo IDs.",
"item": [
{
@@ -1129,13 +1129,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/documents/{id}",
"raw": "{{baseUrl}}/documents/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"documents",
"{id}"
":id"
],
"variable": [
{
@@ -1210,7 +1210,7 @@
"name": "Terms of Service",
"item": [
{
"name": "/legalEntities/{id}/termsOfServiceAcceptanceInfos",
"name": "/legalEntities/:id/termsOfServiceAcceptanceInfos",
"description": "Returns Terms of Service information for a legal entity.",
"item": [
{
@@ -1234,13 +1234,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/termsOfServiceAcceptanceInfos",
"raw": "{{baseUrl}}/legalEntities/:id/termsOfServiceAcceptanceInfos",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"termsOfServiceAcceptanceInfos"
],
"variable": [
@@ -1259,7 +1259,7 @@
]
},
{
"name": "/legalEntities/{id}/termsOfServiceStatus",
"name": "/legalEntities/:id/termsOfServiceStatus",
"description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.",
"item": [
{
@@ -1283,13 +1283,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/termsOfServiceStatus",
"raw": "{{baseUrl}}/legalEntities/:id/termsOfServiceStatus",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"termsOfServiceStatus"
],
"variable": [
@@ -1308,7 +1308,7 @@
]
},
{
"name": "/legalEntities/{id}/termsOfService/{termsofservicedocumentid}",
"name": "/legalEntities/:id/termsOfService/:termsofservicedocumentid",
"description": "Accepts Terms of Service.",
"item": [
{
@@ -1337,15 +1337,15 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/termsOfService/{termsofservicedocumentid}",
"raw": "{{baseUrl}}/legalEntities/:id/termsOfService/:termsofservicedocumentid",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"termsOfService",
"{termsofservicedocumentid}"
":termsofservicedocumentid"
],
"variable": [
{
@@ -1368,7 +1368,7 @@
]
},
{
"name": "/legalEntities/{id}/termsOfService",
"name": "/legalEntities/:id/termsOfService",
"description": "Returns the Terms of Service document for a legal entity.",
"item": [
{
@@ -1397,13 +1397,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/termsOfService",
"raw": "{{baseUrl}}/legalEntities/:id/termsOfService",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"termsOfService"
],
"variable": [
@@ -1427,7 +1427,7 @@
"name": "Transfer instruments",
"item": [
{
"name": "/transferInstruments/{id}",
"name": "/transferInstruments/:id",
"description": "Deletes a transfer instrument.",
"item": [
{
@@ -1451,13 +1451,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/transferInstruments/{id}",
"raw": "{{baseUrl}}/transferInstruments/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"transferInstruments",
"{id}"
":id"
],
"variable": [
{
@@ -1475,7 +1475,7 @@
]
},
{
"name": "/transferInstruments/{id}",
"name": "/transferInstruments/:id",
"description": "Returns the details of a transfer instrument.",
"item": [
{
@@ -1499,13 +1499,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/transferInstruments/{id}",
"raw": "{{baseUrl}}/transferInstruments/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"transferInstruments",
"{id}"
":id"
],
"variable": [
{
@@ -1523,7 +1523,7 @@
]
},
{
"name": "/transferInstruments/{id}",
"name": "/transferInstruments/:id",
"description": "Updates a transfer instrument.",
"item": [
{
@@ -1557,13 +1557,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/transferInstruments/{id}",
"raw": "{{baseUrl}}/transferInstruments/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"transferInstruments",
"{id}"
":id"
],
"variable": [
{
@@ -1684,7 +1684,7 @@
"name": "PCI questionnaires",
"item": [
{
"name": "/legalEntities/{id}/pciQuestionnaires",
"name": "/legalEntities/:id/pciQuestionnaires",
"description": "Get a list of signed PCI questionnaires.",
"item": [
{
@@ -1708,13 +1708,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/pciQuestionnaires",
"raw": "{{baseUrl}}/legalEntities/:id/pciQuestionnaires",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"pciQuestionnaires"
],
"variable": [
@@ -1733,7 +1733,7 @@
]
},
{
"name": "/legalEntities/{id}/pciQuestionnaires/{pciid}",
"name": "/legalEntities/:id/pciQuestionnaires/:pciid",
"description": "Returns the signed PCI questionnaire.",
"item": [
{
@@ -1757,15 +1757,15 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/pciQuestionnaires/{pciid}",
"raw": "{{baseUrl}}/legalEntities/:id/pciQuestionnaires/:pciid",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"pciQuestionnaires",
"{pciid}"
":pciid"
],
"variable": [
{
@@ -1788,7 +1788,7 @@
]
},
{
"name": "/legalEntities/{id}/pciQuestionnaires/generatePciTemplates",
"name": "/legalEntities/:id/pciQuestionnaires/generatePciTemplates",
"description": "Generates the required PCI questionnaire based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels). If multiple questionnaires are required, this request creates a single consodilated document to be signed.",
"item": [
{
@@ -1817,13 +1817,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/pciQuestionnaires/generatePciTemplates",
"raw": "{{baseUrl}}/legalEntities/:id/pciQuestionnaires/generatePciTemplates",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"pciQuestionnaires",
"generatePciTemplates"
],
@@ -1843,7 +1843,7 @@
]
},
{
"name": "/legalEntities/{id}/pciQuestionnaires/signPciTemplates",
"name": "/legalEntities/:id/pciQuestionnaires/signPciTemplates",
"description": "Signs the required PCI questionnaire.",
"item": [
{
@@ -1872,13 +1872,13 @@
}
},
"url": {
"raw": "{{baseUrl}}/legalEntities/{id}/pciQuestionnaires/signPciTemplates",
"raw": "{{baseUrl}}/legalEntities/:id/pciQuestionnaires/signPciTemplates",
"host": [
"{{baseUrl}}"
],
"path": [
"legalEntities",
"{id}",
":id",
"pciQuestionnaires",
"signPciTemplates"
],