Upload A File
POST
/api/v1/{entity-type}/{entity-id}/{property}/documents
Path Parameters
Name | Type | Description |
---|---|---|
entity-type* | String | Entity type for which the template will be uploaded |
entity-id* | String | Entity ID for mentioned Entity Type |
Headers
Name | Type | Description |
---|---|---|
content-type* | String | Set to |
authorization | String | Set to |
Request Body
Name | Type | Description |
---|---|---|
files* | Object |
|
Usage
cURL
HTTPie
{registry-url}
is usually http://localhost:{port}. The port can be found under theregistry
section in thedocker-compose.yml
file and is usually8081
.
Last updated