Upload CSV
POST
/bulk/v1/uploadFiles/{schemaName}
Path Parameters
Name | Type | Description |
---|---|---|
schemaName* | String | Schema for which you want to bulk create entities |
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Set to Bearer {access-token} if roles in schema is not anonymous. Else authorization can be empty |
Request Body
Name | Type | Description |
---|---|---|
file* | multipart/form-data | csv file |
Last updated