Skip to main content

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

Body

required

object to add services

    services

    object[]

    required

    A list with service endpoints, to be added to Digital Twin

  • Array [

  • 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

status response only as the service will trigger the process

Loading...