Update a thing by id

Accepts data in JSON-LD and starts the update process.

Log in to see full request history
Path Params
string
required

The local name of a thing id

Query Params
uri

specify a namespace for the given Id if not in the system namespace

string

The agent name which started the import

string

The component which was used to start the import

uri

Callback URL where we notify about import status updates.
The call will be a POST and will contain as body the KgThingsImport

Body Params

This API supports the domain specification in version 5 and 7
If one uses DS.V7 then the entity nodes in the data need to have an attribute with which DS it has to be verified.

"https://vocab.sti2.at/ds/compliesWith": {"@id": "DS_URI" }

A valid json+ld request body example

{
  "@id": "https://example.com.com/entity/BeispielEvent1",
  "@type": "https://schema.org/Event",
  "https://schema.org/description": "Eine lange Beschreibung dieses tollen Events",
  "https://schema.org/name": "Mein Beispiel Event",
  "https://schema.org/startDate": "2021-05-16T18:00:00+02:00",
  "https://schema.org/url": "https://example.com/exampleEvent",
  "https://vocab.sti2.at/ds/compliesWith": {
    "@id": "https://semantify.it/ds/mhpmBCJJt"
  }
}
Headers
string

the publisher of the graph

string

the datasource of the graph

string
required

the api key for authentication and authorization

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json