Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6598,13 +6598,15 @@
"title": {
"type": "string",
"maxLength": 255,
"description": "An optional title that overrides the document title on the publicly shared page."
"nullable": true,
"description": "Override title displayed on the publicly shared page. If not set the source document or collection title is used."
},
"iconUrl": {
"type": "string",
"format": "uri",
"maxLength": 4096,
"description": "An optional icon URL that overrides the workspace branding on the publicly shared page."
"nullable": true,
"description": "URL of an icon to display on the publicly shared page, overriding the workspace branding."
}
},
"required": [
Expand Down Expand Up @@ -9053,13 +9055,15 @@
"title": {
"type": "string",
"maxLength": 255,
"description": "An optional title that overrides the document title on the publicly shared page."
"nullable": true,
"description": "Override title displayed on the publicly shared page. If not set the source document or collection title is used."
},
"iconUrl": {
"type": "string",
"format": "uri",
"maxLength": 4096,
"description": "An optional icon URL that overrides the workspace branding on the publicly shared page."
"nullable": true,
"description": "URL of an icon displayed on the publicly shared page, overriding the workspace branding."
},
"published": {
"type": "boolean",
Expand Down
24 changes: 16 additions & 8 deletions spec3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4585,14 +4585,18 @@ paths:
title:
type: string
maxLength: 255
description: An optional title that overrides the document title
on the publicly shared page.
nullable: true
description:
Override title displayed on the publicly shared page. If
not set the source document or collection title is used.
iconUrl:
type: string
format: uri
maxLength: 4096
description: An optional icon URL that overrides the workspace
branding on the publicly shared page.
nullable: true
description:
URL of an icon to display on the publicly shared page,
overriding the workspace branding.
required:
- id
- published
Expand Down Expand Up @@ -6289,14 +6293,18 @@ components:
title:
type: string
maxLength: 255
description: An optional title that overrides the document title on the
publicly shared page.
nullable: true
description:
Override title displayed on the publicly shared page. If not set
the source document or collection title is used.
iconUrl:
type: string
format: uri
maxLength: 4096
description: An optional icon URL that overrides the workspace branding
on the publicly shared page.
nullable: true
description:
URL of an icon displayed on the publicly shared page, overriding
the workspace branding.
published:
type: boolean
example: false
Expand Down
Loading