Upload CSV

POST /bulk/v1/uploadFiles/{schemaName}

Path Parameters

NameTypeDescription

schemaName*

String

Schema for which you want to bulk create entities

Headers

NameTypeDescription

Authorization

String

Set to Bearer {access-token} if roles in schema is not anonymous. Else authorization can be empty

Request Body

NameTypeDescription

file*

multipart/form-data

csv file

Last updated