File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -24304,42 +24304,6 @@ paths:
2430424304 application/json:
2430524305 schema:
2430624306 $ref: '#/components/schemas/PlatformError'
24307- /api/v2/internal/enterprise/{enterpriseId}/points/verifyRetail:
24308- post:
24309- summary: Verifies if a given enterpise is a retail enterprise
24310- operationId: v2.internal.enterprise.points.verifyRetail
24311- tags:
24312- - Enterprise
24313- parameters:
24314- - name: enterpriseId
24315- in: path
24316- required: true
24317- schema:
24318- $ref: '#/components/schemas/EnterpriseIdString'
24319- - name: authorization
24320- description: The authorization header
24321- in: header
24322- schema:
24323- type: string
24324- responses:
24325- '200':
24326- description: OK
24327- content:
24328- application/json:
24329- schema:
24330- $ref: '#/components/schemas/IsRetailEnterprise'
24331- '400':
24332- description: Bad Request
24333- content:
24334- application/json:
24335- schema:
24336- $ref: '#/components/schemas/PlatformError'
24337- '404':
24338- description: Not Found
24339- content:
24340- application/json:
24341- schema:
24342- $ref: '#/components/schemas/PlatformError'
2434324307 /api/v2/organization/{organizationId}/enterprise:
2434424308 get:
2434524309 summary: List enterprises for an organization
@@ -50944,14 +50908,6 @@ components:
5094450908 - claimTransactionByVasp
5094550909 - rejectTransactionByVasp
5094650910 - freezeKey
50947- IsRetailEnterprise:
50948- title: IsRetailEnterprise
50949- type: object
50950- properties:
50951- isRetail:
50952- type: boolean
50953- required:
50954- - isRetail
5095550911 parameters:
5095650912 Base:
5095750913 name: base
You can’t perform that action at this time.
0 commit comments