Skip to main content

Upload file

POST 

/resources/files

Upload file

History

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request

Query Parameters

    teamID stringrequired

    The team ID

Body

required

File info

    file binaryrequired

    File binary

    name stringrequired

    Possible values: non-empty and <= 255 characters

    File name

Responses

Request is successful.

Schema

    data

    object

    token string

    File token

    result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...