Send publish request for a certain draft id
Legacy Endpoint – Send publish request of certain draft id and returns the response. Note:
- This endpoint will remain available for the foreseeable future and is not deprecated. - The
publishDraftendpoint under policy/paths provides improved functionality and better performance. - These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
application/json
draft unique identifier
Response
A policy publish result object
Response object of the publish policy operation
- SUCCESS - success
- UNVALIDATED - not validated yet
- INVALID_CONFIGURATION - at least one rule is invalid
- PENDING - pending approval
- PENDING_CONSOLE_APPROVAL - pending approval from the console app
- AWAITING_QUORUM - pending quorum approval
- UNHANDLED_ERROR - unhandled error
Available options:
SUCCESS, UNVALIDATED, INVALID_CONFIGURATION, PENDING, PENDING_CONSOLE_APPROVAL, AWAITING_QUORUM, UNHANDLED_ERROR Policy rules validation result
Policy related metadata
Previous
Send publish request for a set of policy rulesSend publish request of set of policy rules and returns the response.
**Note:** These endpoints are currently in beta and might be subject to changes.
If you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.
Next
TypeScript