We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5bc99 commit 24ed9cbCopy full SHA for 24ed9cb
1 file changed
api/manager.yaml
@@ -4117,11 +4117,15 @@ components:
4117
type: object
4118
description: Web Page Import Response
4119
properties:
4120
+ id:
4121
+ type: string
4122
+ description: The id/iri of the web page in the Graph.
4123
model:
4124
type: string
4125
web_page:
4126
$ref: '#/components/schemas/WebPage'
4127
required:
4128
+ - id
4129
- model
4130
- web_page
4131
Website:
0 commit comments