cURL
curl --request POST \ --url https://merits.blockscout.com/admin/api/v1/users/{address}/code \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "old_code": "<string>", "new_code": "<string>" } '
{}
Authentication token, prefixed by Bearer: Bearer
A successful response.
The response is of type object.
object
Was this page helpful?