Skip to main content

Create Entity Directory File

PUT 

/file/v1/:file_type/:entity_type/:entity_id/:file_name

Upload a file to entity storage for the provided entity_id. This endpoint will accept a multipart/form-data by default when the request's content-type is not provided. When a content-type is provided, the request body will be as raw bytes.

Request

Path Parameters

    file_type FileTyperequired

    Possible values: [file, developer-file]

    file_name File Namerequired
    entity_type EntityTyperequired

    Possible values: [match, unknown]

    entity_id Entity Idrequired

Header Parameters

    content-type Content-Type

Body

required

    file binary

Responses

Successful Response

Loading...