Skip to main content

Upload Files

POST 

/entities/{entity-id}/files

Uploads files for later use.

Request

Path Parameters

    entity-id stringrequired

    Entity Id

Body

required

    file

    object

    required

    BaseFile

    name string
    data string

Responses

OK

Schema

    file

    object

    FileUploaded

    correlationId Id (string)

    Id

    name string

    result

    object

    required

    status BaseResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    Object describing the error in case such occurred during processing of the request.

    code stringrequired

    Code of the error in case such occurred during processing of the request.

    Possible values: <= 11 characters

    reason string

    Description of the error in case such occurred during processing of the request.

    Possible values: <= 400 characters

Loading...