Skip to content

Commit

Permalink
update smart contract api
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlunz-cb committed Dec 17, 2024
1 parent 8aed244 commit fd61201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp/client/api/smart_contracts_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ def _update_smart_contract_serialize(
]

return self.api_client.param_serialize(
method='PATCH',
method='PUT',
resource_path='/v1/networks/{network_id}/smart_contracts/{contract_address}',
path_params=_path_params,
query_params=_query_params,
Expand Down

0 comments on commit fd61201

Please sign in to comment.