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
22 changes: 22 additions & 0 deletions spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6594,6 +6594,17 @@
},
"published": {
"type": "boolean"
},
"title": {
"type": "string",
"maxLength": 255,
"description": "An optional title that overrides the document title on the publicly shared page."
},
"iconUrl": {
"type": "string",
"format": "uri",
"maxLength": 4096,
"description": "An optional icon URL that overrides the workspace branding on the publicly shared page."
}
},
"required": [
Expand Down Expand Up @@ -9039,6 +9050,17 @@
"description": "URL of the publicly shared document.",
"readOnly": true
},
"title": {
"type": "string",
"maxLength": 255,
"description": "An optional title that overrides the document title on the publicly shared page."
},
"iconUrl": {
"type": "string",
"format": "uri",
"maxLength": 4096,
"description": "An optional icon URL that overrides the workspace branding on the publicly shared page."
},
"published": {
"type": "boolean",
"example": false,
Expand Down
22 changes: 22 additions & 0 deletions spec3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4582,6 +4582,17 @@ paths:
format: uuid
published:
type: boolean
title:
type: string
maxLength: 255
description: An optional title that overrides the document title
on the publicly shared page.
iconUrl:
type: string
format: uri
maxLength: 4096
description: An optional icon URL that overrides the workspace
branding on the publicly shared page.
required:
- id
- published
Expand Down Expand Up @@ -6275,6 +6286,17 @@ components:
format: uri
description: URL of the publicly shared document.
readOnly: true
title:
type: string
maxLength: 255
description: An optional title that overrides the document title on the
publicly shared page.
iconUrl:
type: string
format: uri
maxLength: 4096
description: An optional icon URL that overrides the workspace branding
on the publicly shared page.
published:
type: boolean
example: false
Expand Down
Loading