Drive > Settings

Update Office settings

Update the office settings, the default opening office editor

put/2/drive/{drive_id}/settings/office

Path parameters

drive_idinteger required

Drive identifier

Request body

form'365' | 'onlyoffice'

List of applications.<note><strong>365</strong>: The 365 application.</note><note><strong>onlyoffice</strong>: The onlyoffice application.</note>

presentation'365' | 'onlyoffice'

List of applications.<note><strong>365</strong>: The 365 application.</note><note><strong>onlyoffice</strong>: The onlyoffice application.</note>

spreadsheet'365' | 'onlyoffice'

List of applications.<note><strong>365</strong>: The 365 application.</note><note><strong>onlyoffice</strong>: The onlyoffice application.</note>

text'365' | 'onlyoffice'

List of applications.<note><strong>365</strong>: The 365 application.</note><note><strong>onlyoffice</strong>: The onlyoffice application.</note>

Example request

{
  "form": "365",
  "presentation": "365",
  "spreadsheet": "365",
  "text": "365"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.