Hex
Public

Approve or cancel one canonical Hex operation proposal

Records one identity-only approval or cancellation. Exact retries return the durable decision receipt; conflicting transitions are refused.

post/v1/eve/operations/decide

Request body

proposalIdstring uuid required
proposalVersioninteger required
decision'approved' | 'cancelled' required

Response

Default Response

replayedboolean required
codestring required

Changes

Changed in 3 of the 24 revisions of this API.41

    • added the new trigger_bov_batch enum value to the proposal/operationType response property for the response status 200

      response-property-enum-value-added

    • added the new trigger_bov_batch enum value to the proposal/operationType response property for the response status 201

      response-property-enum-value-added

    • added the new release_printers_batch enum value to the proposal/operationType response property for the response status 200

      response-property-enum-value-added

    • added the new release_printers_batch enum value to the proposal/operationType response property for the response status 201

      response-property-enum-value-added

    • endpoint added

      endpoint-added