Renaming

How to rename the created document?

Please see the Renaming file section to find out how file renaming works in ONLYOFFICE Docs and what is needed to rename the created document.

How to update the name of the document for all collaborative editors?

To do that the meta option is available. The request must be sent to the document command service, using the meta value for the c parameter:

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

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).