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": {}
}
}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": {}
}
}