Skip to content

Commit

Permalink
feat(sb2-13468): update 404 results
Browse files Browse the repository at this point in the history
  • Loading branch information
LGin-BJSS committed Aug 27, 2024
1 parent 0e2ddf7 commit 98c2c39
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'/v3/technical-records/{systemNumber}/{createdTimestamp}':
get:
summary: 'Get a technical record'
Expand Down Expand Up @@ -85,7 +85,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'422':
description: Unprocessable request
'500':
Expand Down Expand Up @@ -128,7 +128,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'422':
description: Unprocessable request
'500':
Expand Down Expand Up @@ -159,7 +159,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'422':
description: Unprocessable request
'500':
Expand Down Expand Up @@ -196,7 +196,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'422':
description: Unprocessable request
'500':
Expand Down Expand Up @@ -245,7 +245,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'422':
description: Unprocessable request
'500':
Expand Down Expand Up @@ -299,7 +299,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'422':
description: Unprocessable request
'500':
Expand Down Expand Up @@ -353,7 +353,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'/v3/technical-records/updateVin/{systemNumber}/{createdTimestamp}':
patch:
summary: 'Update VIN on a technical record'
Expand Down Expand Up @@ -399,7 +399,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'/v3/technical-records/plate/{systemNumber}/{createdTimestamp}':
post:
summary: 'Generates a plate for a technical record'
Expand Down Expand Up @@ -451,7 +451,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'/v3/technical-records/letter/{systemNumber}/{createdTimestamp}':
post:
summary: 'Generates a letter for a technical record'
Expand Down Expand Up @@ -508,7 +508,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers
'/v3/technical-records/promote/{systemNumber}/{createdTimestamp}':
post:
summary: 'Promotes the specified technical record to current'
Expand Down Expand Up @@ -552,7 +552,7 @@ paths:
'403':
description: Unauthorised Access
'404':
description: Operation not supported
description: No resource found which matches identifiers

components:
securitySchemes:
Expand Down

0 comments on commit 98c2c39

Please sign in to comment.