v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Shares

Update a share

Allows changing an existing shares published status, which removes authentication and makes it available to anyone with the link.

post/shares.update

Request body

idstring uuid required
publishedboolean required

Response

OK

Example response

{
  "data": {
    "documentTitle": "React best practices",
    "includeChildDocuments": true,
    "createdBy": {
      "name": "Jane Doe"
    }
  }
}