Update Document
Endpoints
Update Document
Update document properties such as title, icon, or cover.
PATCH
Update Document
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Updates the properties of an existing document. Only the fields provided in the request body are updated.Request Body
title(optional): The new title for the document.icon(optional): An emoji or icon identifier.cover(optional): A cover image URL.
Response
Returns the updated document object.Authorizations
Bearer token
Path Parameters
ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$