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
A unique integer value identifying this entity type.
Query Parameters
Whether the request is with elevated access.
Responses
- 200
- 400
- 401
- 403
- application/json
- Schema
- Example (from schema)
Schema
Possible values: non-empty
The url to post to
Form fields and respective values to use when submitting the post
{
"url": "string",
"fields": {}
}
EntityType is not a file
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
(Is Authenticated Organization Admin OR Workspace Context Permission) AND Is Not Editor App Workspace Context
Descriptions:
Is Authenticated Organization Admin : User must be an Organization Admin.
Workspace Context Permission : Checks whether the user has access rights to the context workspace.
Is Not Editor App Workspace Context : Not available for editor type apps.