Skip to main content
PUT
/
v1
/
action
/
{action_id}
Actualizar an accion
curl --request PUT \
  --url https://api.example.com/v1/action/{action_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "labels": {
    "status": "<string>",
    "hash": "<string>"
  },
  "snapshot": {
    "target": {
      "wallet": {
        "labels": {},
        "handle": "<string>",
        "signer": [
          "<string>"
        ],
        "default": "<string>",
        "symbolDefaults": {}
      },
      "signer": {
        "handle": "<string>",
        "labels": {}
      },
      "network": {
        "handle": "<string>",
        "labels": {},
        "default": "<string>"
      }
    },
    "source": {
      "wallet": {
        "labels": {},
        "handle": "<string>",
        "signer": [
          "<string>"
        ],
        "default": "<string>",
        "symbolDefaults": {}
      },
      "signer": {
        "handle": "<string>",
        "labels": {}
      },
      "network": {
        "handle": "<string>",
        "labels": {},
        "default": "<string>"
      }
    },
    "symbol": {
      "wallet": {
        "labels": {},
        "handle": "<string>",
        "signer": [
          "<string>"
        ],
        "default": "<string>",
        "symbolDefaults": {}
      },
      "signer": {
        "handle": "<string>",
        "labels": {}
      },
      "network": {
        "handle": "<string>",
        "labels": {},
        "default": "<string>"
      }
    }
  },
  "error": {
    "code": 123,
    "message": "<string>",
    "details": {}
  }
}
'
{
  "error": {
    "code": 123,
    "message": "<string>",
    "details": {}
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

action_id
string
required

Body

application/json
labels
object
snapshot
object
error
object

Response

You don't have permissions to access this method

error
object