Skip to content
Documentation/canton-network-docs/Ledger APIOpenAPIView on canton-network-docs
canton-network-docs/Ledger APIOpenAPI

POST /v2/dars

POST
/
v2
/
dars
Try it
POST /v2/dars

cURL

curl --request POST \
  --url https://api.example.com/v2/dars \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/octet-stream' \
  --data '"<string>"'
200
400
default
{}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Query Parameters

vetAllPackages
boolean
synchronizerId
string

Body

application/octet-stream

The body is of type file.

Response

200
application/json

A message that is received when the upload operation succeeded.