@@ -3390,7 +3390,7 @@ paths:
33903390 put :
33913391 tags :
33923392 - Asset Administration Shell Repository API
3393- summary : Updates the Submodel
3393+ summary : Creates or updates the Submodel
33943394 operationId : PutSubmodelById_AasRepository
33953395 x-semanticIds :
33963396 - https://admin-shell.io/aas/API/PutSubmodelById/3/2
@@ -3402,6 +3402,17 @@ paths:
34023402 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Submodel'
34033403 required : true
34043404 responses :
3405+ ' 201 ' :
3406+ description : Submodel created successfully
3407+ headers :
3408+ Location :
3409+ description : URL of the newly created resource
3410+ schema :
3411+ type : string
3412+ content :
3413+ application/json :
3414+ schema :
3415+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Submodel'
34053416 ' 204 ' :
34063417 description : Submodel updated successfully
34073418 ' 400 ' :
@@ -7058,9 +7069,7 @@ paths:
70587069 ' 400 ' :
70597070 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
70607071 ' 403 ' :
7061- $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
7062- ' 404 ' :
7063- $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
7072+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/forbidden'
70647073 ' 500 ' :
70657074 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
70667075 default :
@@ -7417,11 +7426,7 @@ paths:
74177426 items :
74187427 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/SpecificAssetId'
74197428 ' 400 ' :
7420- $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
7421- ' 404 ' :
7422- $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
7423- ' 409 ' :
7424- $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/conflict'
7429+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/bad-request'
74257430 default :
74267431 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
74277432 delete :
0 commit comments