POST /v2/package-vetting

Update the vetted packages of this participant This endpoint (POST /package-vetting) is deprecated and will be removed in a future release. Please use POST /package-vetting/update instead.

post/v2/package-vetting

Request body

dryRunboolean

If dry_run is true, then the changes are only prepared, but not applied. If a request would trigger an error when run (e.g. TOPOLOGY_DEPENDENCIES_NOT_VETTED), it will also trigger an error when dry_run.

Use this flag to preview a change before applying it. Defaults to false.

Optional

synchronizerIdstring

If set, the requested changes will take place on the specified synchronizer. If synchronizer_id is unset and the participant is only connected to a single synchronizer, that synchronizer will be used by default. If synchronizer_id is unset and the participant is connected to multiple synchronizers, the request will error out with PACKAGE_SERVICE_CANNOT_AUTODETECT_SYNCHRONIZER.

Optional

updateVettedPackagesForceFlagsstring[]

Controls whether potentially unsafe vetting updates are allowed.

Optional: can be empty

Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.