Skip to content
Open
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
2 changes: 1 addition & 1 deletion openapi/consumed/api-piattaforma-notifiche.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ components:
category:
type: string
minLength: 2
maxLenght: 30
maxLength: 30
pattern: '[A-Z0-9_]+'
default: DOCUMENT
IOReceivedNotification:
Expand Down
8 changes: 4 additions & 4 deletions openapi/consumed/api-third-party.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ paths:
$ref: '#/components/schemas/ProblemJson'
503:
description: Service Unavailable, check the Retry-After header to retry
headers:
headers:
Retry-After:
description: The value in seconds after which you can retry
schema:
description: The value in seconds after which you can retry
schema:
type: string
example: 120
content:
Expand Down Expand Up @@ -375,7 +375,7 @@ components:
category:
type: string
minLength: 2
maxLenght: 30
maxLength: 30
pattern: '[A-Z0-9_]+'
default: DOCUMENT
ProblemJson:
Expand Down
2 changes: 1 addition & 1 deletion openapi/consumed/api_remote_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ components:
category:
type: string
minLength: 2
maxLenght: 30
maxLength: 30
pattern: '[A-Z0-9_]+'
default: DOCUMENT
ProblemJson:
Expand Down
Loading