Skip to content
canton-network-docs

/v2/dars

/v2/dars - Canton Network Docs
Skip to main content
POST
/
v2
/
dars
Try it
/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
{}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

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.

Assistant
Responses are generated using AI and may contain mistakes.