Upload A File
Last updated
Last updated
Copyright (c) 2023 EkStep Foundation under MIT License
POST
/api/v1/{entity-type}/{entity-id}/{property}/documents
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
{registry-url}
is usually http://localhost:{port}. The port can be found under theregistry
section in thedocker-compose.yml
file and is usually8081
.
entity-type*
String
Entity type for which the template will be uploaded
entity-id*
String
Entity ID for mentioned Entity Type
content-type*
String
Set to multipart/form-data
authorization
String
Set to Bearer {access-token}
if roles
in schema config is not anonymous else this can be empty
files*
Object
files
is template-key which can be replaced with your choice. Requires a html file
to be sent which will be uploaded