put https://manage.alchemy.com/api/gas-manager/policy/
Replaces all rules in an existing policy by id.
Request Body:
{
"rules": {rules_object}
}
Response:
{
"data": {
"policy": {policy_obj}
},
"error": error | undefined
}
Replaces all rules in an existing policy by id.
Request Body:
{
"rules": {rules_object}
}
Response:
{
"data": {
"policy": {policy_obj}
},
"error": error | undefined
}
Try It!
to start a request and see the response here!