The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Auth0::Management::Role::Update - Role that provides an 'update' API method

SYNOPSIS

    package WebService::Auth0::Management::Users;

    use Moo;
    extends 'WebService::Auth0::Management::Base';

    with 'WebService::Auth0::Management::Role::Update';

    sub path_suffix { 'users' }

    # Other custom methods for the Endpoint

    1;

DESCRIPTION

Helper role

METHODS

This class defines the following methods:

update ($id,\%params)

Update a resource by the $id with %params.

SEE ALSO

WebService::Auth0, https://auth0.com. WebService::Auth0::Management::Base

AUTHOR

    See L<WebService::Auth0>
  

COPYRIGHT & LICENSE

    See L<WebService::Auth0>