MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / UpdateProfile

Method UpdateProfile

internal/graphql/provider.go:169–169  ·  view source on GitHub ↗

UpdateProfile is the method to update profile. Permissions: authorized user

(ctx context.Context, params *model.UpdateProfileRequest)

Source from the content-addressed store, hash-verified

167 // UpdateProfile is the method to update profile.
168 // Permissions: authorized user
169 UpdateProfile(ctx context.Context, params *model.UpdateProfileRequest) (*model.Response, error)
170 // UpdateUser is the method to update user.
171 // Permissions: authorizer:admin
172 UpdateUser(ctx context.Context, params *model.UpdateUserRequest) (*model.User, error)

Callers 7

TestUpdateProfileFunction · 0.65
TestUpdateProfileGRPCFunction · 0.65
UpdateProfileMethod · 0.65
UpdateProfileMethod · 0.65
UpdateProfileMethod · 0.65

Calls

no outgoing calls