3.3.5.1.6 ExecuteCellStorageRelativeRequest

Make a change or create a new file in a location relative to the current file or folder using the standards defined by [MS-FSSHTTP].

HTTP Verb: POST

URI: HTTP://server/<...>/wopi*/files/<id>?access_token=<token>

The request message for this operation contains the following HTTP headers.

Request header

Usage

Value

X-WOPI-Override

A string specifying the requested operation from the WOPI server. Required.

The string "COBALT".

X-WOPI-Size

An integer specifying the size of the request body.

An integer.

X-WOPI-RelativeTarget

A string that is the name of the file being created or changed by this operation. The location of this file is relative to the current file or folder. That is, it MUST be a sibling of a file and a child of a folder.

A string.

The response message for this operation can result in the following status codes.

Status code

Description

200

Success

404

File unknown/User unauthorized

500

Server error

501

Unsupported