Skip to content

Commit

Permalink
fix: remove openapi definition (#1162)
Browse files Browse the repository at this point in the history
Co-authored-by: Salvatore Laiso <salvatore.laiso@it.ey.com>
  • Loading branch information
salvatorelaiso and Salvatore Laiso authored Oct 29, 2024
1 parent 0dd5481 commit 7603351
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
33 changes: 0 additions & 33 deletions api_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -733,27 +733,6 @@ paths:
description: Unavailable service
schema:
$ref: "#/definitions/ProblemJson"
"/token/support":
x-swagger-router-controller: SupportController
get:
operationId: getSupportToken
summary: Get a JWT Support Token
description: Return a JWT Support Token for the authenticated user.
responses:
"200":
description: Created.
schema:
$ref: "#/definitions/SupportToken"
"400":
description: Bad request
schema:
$ref: "#/definitions/ProblemJson"
"401":
description: Bearer token null or expired.
"500":
description: Unavailable service
schema:
$ref: "#/definitions/ProblemJson"
"/payment-requests/{rptId}":
x-swagger-router-controller: PagoPAProxyController
parameters:
Expand Down Expand Up @@ -1414,18 +1393,6 @@ definitions:
- name
- family_name
- $ref: "#/definitions/LimitedFederatedUser"
SupportToken:
title: Support token
description: A Support Token response
type: object
properties:
access_token:
type: string
expires_in:
type: number
required:
- access_token
- expires_in
InvalidThirdPartyMessageType:
type: string
x-extensible-enum:
Expand Down
33 changes: 0 additions & 33 deletions openapi/api_backend.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,27 +667,6 @@ paths:
description: Unavailable service
schema:
$ref: "#/definitions/ProblemJson"
"/token/support":
x-swagger-router-controller: SupportController
get:
operationId: getSupportToken
summary: Get a JWT Support Token
description: Return a JWT Support Token for the authenticated user.
responses:
"200":
description: Created.
schema:
$ref: "#/definitions/SupportToken"
"400":
description: Bad request
schema:
$ref: "#/definitions/ProblemJson"
"401":
description: Bearer token null or expired.
"500":
description: Unavailable service
schema:
$ref: "#/definitions/ProblemJson"
"/payment-requests/{rptId}":
x-swagger-router-controller: PagoPAProxyController
parameters:
Expand Down Expand Up @@ -1340,18 +1319,6 @@ definitions:
- name
- family_name
- $ref: "#/definitions/LimitedFederatedUser"
SupportToken:
title: Support token
description: A Support Token response
type: object
properties:
access_token:
type: string
expires_in:
type: number
required:
- access_token
- expires_in
responses: {}
parameters:
MessageId:
Expand Down
33 changes: 0 additions & 33 deletions openapi/generated/api_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,27 +690,6 @@ paths:
description: Unavailable service
schema:
$ref: '#/definitions/ProblemJson'
/token/support:
x-swagger-router-controller: SupportController
get:
operationId: getSupportToken
summary: Get a JWT Support Token
description: Return a JWT Support Token for the authenticated user.
responses:
'200':
description: Created.
schema:
$ref: '#/definitions/SupportToken'
'400':
description: Bad request
schema:
$ref: '#/definitions/ProblemJson'
'401':
description: Bearer token null or expired.
'500':
description: Unavailable service
schema:
$ref: '#/definitions/ProblemJson'
/payment-requests/{rptId}:
x-swagger-router-controller: PagoPAProxyController
parameters:
Expand Down Expand Up @@ -2825,18 +2804,6 @@ definitions:
- name
- family_name
- $ref: '#/definitions/LimitedFederatedUser'
SupportToken:
title: Support token
description: A Support Token response
type: object
properties:
access_token:
type: string
expires_in:
type: number
required:
- access_token
- expires_in
responses: {}
parameters:
MessageId:
Expand Down

0 comments on commit 7603351

Please sign in to comment.