Last updated 1 month ago
Publishes formula for the specified formula ID.
/formulas/{formulaId}/publish
Formula Identifier
000000000000000000000001
curl -L \ --request PUT \ --url '/api/v1/formulas/{formulaId}/publish' \ --header 'Authorization: Bearer JWT'
{ "id": "000000000000000000000001", "uuid": "00000000-0000-0000-0000-000000000000", "name": "Tool name", "description": "Description", "creator": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001", "owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001", "messageId": "0000000000.000000001", "policyId": "000000000000000000000001", "policyTopicId": "0.0.1", "policyInstanceTopicId": "0.0.1", "config": {}, "status": "DRAFT" }