Skip to main content
POST
Add Label to File

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
string
required

A File id.

Body

application/json

A label name.

name
string

The Label name.

Example:

"label_name"

Response