add service to Digital Twin
PATCH/api/gemini/v1/digital-twin/service/add/:did
triggers the addition of new service endpoints to the Digital Twin
Request
Path Parameters
did stringrequired
the digital identifier
- application/json
Body
required
object to add services
Array [
]
services
object[]
required
A list with service endpoints, to be added to Digital Twin
serviceEndpoint stringrequired
the endpoint url providing additional services / information for the digital twin
type string
Default value: LinkedDomain
categorization of the provided service url, if not maintained, LinkedDomain will be used.
Only chars a-z or A-Z are allowed
Responses
- 200
status response only as the service will trigger the process
Loading...