Body
application/json
Example:
"123"
Response
ok
Example:
"OK"
curl --request PATCH \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/refetch-metadata \
--header 'Content-Type: application/json' \
--data '{
"recaptcha_response": "123"
}'
{
"message": "OK"
}
"123"
ok
"OK"
Was this page helpful?
curl --request PATCH \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/refetch-metadata \
--header 'Content-Type: application/json' \
--data '{
"recaptcha_response": "123"
}'
{
"message": "OK"
}