MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Patch

Method Patch

internal/auth0/network_acl.go:22–22  ·  view source on GitHub ↗

Patch an existing Network ACL.

(ctx context.Context, id string, n *management.NetworkACL, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

20
21 // Patch an existing Network ACL.
22 Patch(ctx context.Context, id string, n *management.NetworkACL, opts ...management.RequestOption) error
23
24 // Delete a Network ACL.
25 Delete(ctx context.Context, id string, opts ...management.RequestOption) error

Callers 1

applyNetworkACLPatchFunction · 0.65

Implementers 2

MockNetworkACLAPIinternal/auth0/mock/network_acl_mock.g
MockNetworkACLAPIMockRecorderinternal/auth0/mock/network_acl_mock.g

Calls

no outgoing calls

Tested by

no test coverage detected