Skip to main content
PUT
Write file content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required

Query Parameters

path
string | null
file_id
string | null
kind
string
default:file

Body

application/json
content
string
required

File content. Text by default; set encoding=base64 for binary.

encoding
string | null

Optional. Use base64 for base64-encoded content.

Response

Successful Response