meta
Updates the meta information of the document for all collaborative editors.
{
"c": "meta",
"key": "Khirz6zTPdfd7",
"meta": {
"title": "Example Document Title.docx"
}
}
Parameter |
Description |
Type |
Presence |
c |
Defines the command type. |
string |
required |
key |
Defines the document identifier used to unambiguously identify the document file. |
string |
required |
meta |
Defines the new meta information of the document:
-
title - the new document name.
type: string
presence: required
|
object |
required |
{
"error": 0,
"key": "Khirz6zTPdfd7"
}
Parameter |
Description |
Type |
Presence |
error |
Defines an error code. |
integer |
required |
key |
Defines the document identifier used to unambiguously identify the document file. |
string |
required |