Upload A File
Last updated
Was this helpful?
Was this helpful?
curl --location \
--header 'Authorization: {access-token}' \
--form 'files=@"{file-path}"'
--request POST
'{registry-url}/api/v1/{entity-type}/{entity-id}/{property}/documents' \http --ignore-stdin \
--form POST \
'{registry-url}/api/v1/{entity-type}/{entity-id}/{property}/documents' \
'files'@{file-path} \
Authorization:'Bearer {access-token}' \