Skip to main content

Upload an Entity of File Entity Type

POST 

/api/workspaces/:workspace_id/entity_types/:id/upload/

Upload an entity of the corresponding file entity type.

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this entity type.

Query Parameters

    privileged boolean

    Whether the request is with elevated access.

Responses

Schema

    url stringrequired

    Possible values: non-empty

    The url to post to

    fields objectrequired

    Form fields and respective values to use when submitting the post

Loading...