Skip to content

Commit af7a6dd

Browse files
authored
Added missing 404 return code (#476)
1 parent 79ccbdb commit af7a6dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ paths:
316316
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/bad-request'
317317
'403':
318318
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/forbidden'
319+
'404':
320+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/not-found'
319321
'500':
320322
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/internal-server-error'
321323
default:

0 commit comments

Comments
 (0)