Skip to main content

meta

Updates the meta information of the document for all collaborative editors.

Request example

{
"c": "meta",
"key": "Khirz6zTPdfd7",
"meta": {
"title": "Example Document Title.docx"
}
}

Request parameters

ParameterTypePresenceDescription
cstringrequiredThe command type.
keystringrequiredThe document identifier used to unambiguously identify the document file.
metaobjectrequiredThe new meta information of the document.
meta.titlestringrequiredThe new document name.

Response example

{
"error": 0,
"key": "Khirz6zTPdfd7"
}

Response parameters

ParameterTypePresenceDescription
errorintegerrequiredAn error code.
keystringrequiredThe document identifier used to unambiguously identify the document file.