Create or update one
Create or update an entity in the Knowledge Graph.
Query Parameters
- uri string required
The entity's URI
- private boolean required
Default value:
true
Whether the entity should be hidden from Linked Data and GraphQL
Example: true
- application/ld+json
Request Body required
- string
A string containing the Structured Data.
Responses
- 200
- 401
- 404
Success
Authentication Failure
Not Found
Loading...