Update a Primary VDT
PATCH/public-api/v1/vdt/:entityId
Updates an existing Primary VDT by its ID. Use this API to change attribute values or related VDT settings.
Details :
- Requires the Primary VDT ID in the path and a valid registryId in the body.
- Set options.mint to true when on-chain minting is required.
- On success, retrieve the latest state using the Get API.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Primary VDT updated successfully.
The update request is invalid.
Unauthorized – Invalid or missing token.
The registry or Primary VDT was not found.
Internal Server Error