Skip to content

Commit c743768

Browse files
authored
move DeleteSubmodelById_AasRepository on path up (#137)
1 parent 570d109 commit c743768

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

AssetAdministrationShellRepositoryServiceSpecification/V3.0_SSP-001.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,6 @@ paths:
599599
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/internal-server-error'
600600
default:
601601
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/default'
602-
/shells/{aasIdentifier}/submodels/{submodelIdentifier}/$metadata:
603-
parameters:
604-
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/AssetAdministrationShellIdentifier'
605-
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/SubmodelIdentifier'
606602
delete:
607603
tags:
608604
- Asset Administration Shell Repository API
@@ -625,6 +621,10 @@ paths:
625621
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/internal-server-error'
626622
default:
627623
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/default'
624+
/shells/{aasIdentifier}/submodels/{submodelIdentifier}/$metadata:
625+
parameters:
626+
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/AssetAdministrationShellIdentifier'
627+
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/SubmodelIdentifier'
628628
get:
629629
tags:
630630
- Asset Administration Shell Repository API

Entire-API-Collection/V3.0.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,10 +3273,6 @@ paths:
32733273
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/internal-server-error'
32743274
default:
32753275
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/default'
3276-
/shells/{aasIdentifier}/submodels/{submodelIdentifier}/$metadata:
3277-
parameters:
3278-
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/AssetAdministrationShellIdentifier'
3279-
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/SubmodelIdentifier'
32803276
delete:
32813277
tags:
32823278
- Asset Administration Shell Repository API
@@ -3299,6 +3295,11 @@ paths:
32993295
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/internal-server-error'
33003296
default:
33013297
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/responses/default'
3298+
3299+
/shells/{aasIdentifier}/submodels/{submodelIdentifier}/$metadata:
3300+
parameters:
3301+
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/AssetAdministrationShellIdentifier'
3302+
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.0.1#/components/parameters/SubmodelIdentifier'
33023303
get:
33033304
tags:
33043305
- Asset Administration Shell Repository API

0 commit comments

Comments
 (0)