File tree Expand file tree Collapse file tree
src/runloop_api_client/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 119
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-0b7cd0c2fc193b18189cd7f44cf45ece7726b5d485fb72577f7d235266432ea0 .yml
3- openapi_spec_hash : 78c340dbfb9d3d58b24ef318fc2a657b
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-d0efdaa19d8a5685def3947450df7f9bdaf9bad3243317d514add5d22129fc5f .yml
3+ openapi_spec_hash : 7e484ea9f60294503bf4691fe3efef3a
44config_hash : 218b8d25038e627faab98532392ee9a0
Original file line number Diff line number Diff line change @@ -191,7 +191,8 @@ def update(
191191 ) -> NetworkPolicyView :
192192 """Update an existing NetworkPolicy.
193193
194- All fields are optional.
194+ All fields are optional - null fields preserve
195+ existing values, provided fields replace entirely.
195196
196197 Args:
197198 allow_agent_gateway: If true, allows devbox egress to the agent gateway.
@@ -525,7 +526,8 @@ async def update(
525526 ) -> NetworkPolicyView :
526527 """Update an existing NetworkPolicy.
527528
528- All fields are optional.
529+ All fields are optional - null fields preserve
530+ existing values, provided fields replace entirely.
529531
530532 Args:
531533 allow_agent_gateway: If true, allows devbox egress to the agent gateway.
You can’t perform that action at this time.
0 commit comments