Skip to content

Commit e2c26fb

Browse files
Post review changes
1 parent 244d4bc commit e2c26fb

File tree

81 files changed

+100
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+100
-438
lines changed

specification/api/components/endpoints/createMI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ operationId: create-mi
33
tags:
44
- mi
55
requestBody:
6-
$ref: '../requests/PostMIRequest.yml'
6+
$ref: '../requests/postMIRequest.yml'
77
responses:
88
'201':
99
$ref: "../responses/postMI201.yml"
1010
'404':
11-
$ref: "../responses/errors/ResourceNotFound.yml"
11+
$ref: "../responses/errors/resourceNotFound.yml"
1212
'429':
13-
$ref: "../responses/errors/TooManyRequests.yml"
13+
$ref: "../responses/errors/tooManyRequests.yml"
1414
'500':
15-
$ref: "../responses/errors/ServerError.yml"
15+
$ref: "../responses/errors/serverError.yml"

specification/api/components/endpoints/createWhitemail.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

specification/api/components/endpoints/getDataId.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ responses:
1212
type: string
1313
example: "https://examples3bucket.com/filelocation"
1414
"404":
15-
$ref: "../responses/errors/ResourceNotFound.yml"
15+
$ref: "../responses/errors/resourceNotFound.yml"
1616
"429":
17-
$ref: "../responses/errors/TooManyRequests.yml"
17+
$ref: "../responses/errors/tooManyRequests.yml"
1818
"500":
19-
$ref: "../responses/errors/ServerError.yml"
19+
$ref: "../responses/errors/serverError.yml"

specification/api/components/endpoints/getLetterStatus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ responses:
55
"200":
66
$ref: "../responses/getLetter200.yml"
77
"404":
8-
$ref: "../responses/errors/ResourceNotFound.yml"
8+
$ref: "../responses/errors/resourceNotFound.yml"
99
"429":
10-
$ref: "../responses/errors/TooManyRequests.yml"
10+
$ref: "../responses/errors/tooManyRequests.yml"
1111
"500":
12-
$ref: "../responses/errors/ServerError.yml"
12+
$ref: "../responses/errors/serverError.yml"
1313
tags:
1414
- letter

specification/api/components/endpoints/getMI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ responses:
44
"200":
55
$ref: "../responses/getMI200.yml"
66
"404":
7-
$ref: "../responses/errors/ResourceNotFound.yml"
7+
$ref: "../responses/errors/resourceNotFound.yml"
88
"429":
9-
$ref: "../responses/errors/TooManyRequests.yml"
9+
$ref: "../responses/errors/tooManyRequests.yml"
1010
"500":
11-
$ref: "../responses/errors/ServerError.yml"
11+
$ref: "../responses/errors/serverError.yml"
1212
tags:
1313
- mi

specification/api/components/endpoints/getWhitemail.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

specification/api/components/endpoints/listLetters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ responses:
99
'200':
1010
$ref: "../responses/getLetters200.yml"
1111
'404':
12-
$ref: "../responses/errors/ResourceNotFound.yml"
12+
$ref: "../responses/errors/resourceNotFound.yml"
1313
'429':
14-
$ref: "../responses/errors/TooManyRequests.yml"
14+
$ref: "../responses/errors/tooManyRequests.yml"
1515
'500':
16-
$ref: "../responses/errors/ServerError.yml"
16+
$ref: "../responses/errors/serverError.yml"

specification/api/components/endpoints/listMI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ responses:
44
"200":
55
$ref: "../responses/getMIList200.yml"
66
"404":
7-
$ref: "../responses/errors/ResourceNotFound.yml"
7+
$ref: "../responses/errors/resourceNotFound.yml"
88
"429":
9-
$ref: "../responses/errors/TooManyRequests.yml"
9+
$ref: "../responses/errors/tooManyRequests.yml"
1010
"500":
11-
$ref: "../responses/errors/ServerError.yml"
11+
$ref: "../responses/errors/serverError.yml"
1212
tags:
1313
- mi

specification/api/components/endpoints/listWhitemail.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

specification/api/components/endpoints/patchLetter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ summary: Update the status of a letter
22
description: Update the status of a letter by providing the new status in the request body.
33
operationId: patch-letters
44
requestBody:
5-
$ref: "../requests/LetterUpdateRequest.yml"
5+
$ref: "../requests/patchLetterRequest.yml"
66
responses:
77
"200":
88
$ref: "../responses/patchLetter200.yml"
99
"400":
10-
$ref: "../responses/errors/BadRequest.yml"
10+
$ref: "../responses/errors/badRequest.yml"
1111
"404":
12-
$ref: "../responses/errors/ResourceNotFound.yml"
12+
$ref: "../responses/errors/resourceNotFound.yml"
1313
"429":
14-
$ref: "../responses/errors/TooManyRequests.yml"
14+
$ref: "../responses/errors/tooManyRequests.yml"
1515
"500":
16-
$ref: "../responses/errors/ServerError.yml"
16+
$ref: "../responses/errors/serverError.yml"
1717
tags:
1818
- letter

0 commit comments

Comments
 (0)