Modifies a Asset Administration Shell with specified id
PATCH
/passports/:id/shells/:aasId
Parameters
Path Parameters
id*
The id
Type
Requiredstring
Example
"958b741c-c2ef-4366-a134-fafd30210ed4"aasId*
The asset administration shell id
Type
Requiredstring
Example
"032a7e62-29e2-4530-8f4b-765e32514a56"Request Body
application/json
JSON "displayName": [ { "language": "string", "text": "string" } ], "description": [ { "language": "string", "text": "string" } ], "assetInformation": { "defaultThumbnails": [ { "path": "string", "contentType": "string" } ] }
{
}
Responses
application/json
JSON "id": "string", "assetInformation": { "assetKind": "string", "globalAssetId": "string", "specificAssetIds": [ { "name": "string", "value": "string", "semanticId": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] }, "supplementalSemanticIds": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ], "externalSubjectId": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } } ], "assetType": "string", "defaultThumbnails": [ { "path": "string", "contentType": "string" } ] }, "extensions": [ { "name": "string", "semanticId": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] }, "supplementalSemanticIds": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ], "valueType": "string", "value": "string", "refersTo": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ] } ], "category": "string", "idShort": "string", "displayName": [ { "language": "string", "text": "string" } ], "description": [ { "language": "string", "text": "string" } ], "administration": { "version": "string", "revision": "string" }, "embeddedDataSpecifications": [ { "dataSpecification": { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } } ], "derivedFrom": { "path": "string", "contentType": "string" }, "submodels": [ { "type": "string", "referredSemanticId": "[Circular Reference]", "keys": [ { "type": "string", "value": "string" } ] } ]
{
}