MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / patch

Method patch

misc/python/materialize/redpanda_cloud.py:95–102  ·  view source on GitHub ↗
(self, object: str, content: dict[str, Any] | None)

Source from the content-addressed store, hash-verified

93 )
94
95 def patch(self, object: str, content: dict[str, Any] | None) -> dict[str, Any]:
96 return get_result(
97 requests.patch(
98 f"{self.controlplane_api_url}/v1beta2/{object}",
99 json=content,
100 headers=self.headers(),
101 )
102 )
103
104 def get(self, object: str) -> dict[str, Any]:
105 return get_result(

Callers 13

__init__Method · 0.80
ensure_serviceMethod · 0.80
ensure_vpc_endpointMethod · 0.80
ensureMethod · 0.80
apply_resourceFunction · 0.80
startMethod · 0.80
test_update_sso_configFunction · 0.80
test_update_sso_domainFunction · 0.80
test_update_groupFunction · 0.80
register_custom_resourceFunction · 0.80

Calls 2

headersMethod · 0.95
get_resultFunction · 0.85

Tested by 5

test_update_sso_configFunction · 0.64
test_update_sso_domainFunction · 0.64
test_update_groupFunction · 0.64