]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/CLI/pveum.pm
api: domains: add user/group sync API enpoint
[pve-access-control.git] / PVE / CLI / pveum.pm
index d3721b610db7acfda163d4a0826d6a6a6a4323e2..cffd4dac47cff618288c3698467a9440c9c3ba2e 100755 (executable)
@@ -148,6 +148,7 @@ our $cmddef = {
        modify => [ 'PVE::API2::Domains', 'update', ['realm'] ],
        delete => [ 'PVE::API2::Domains', 'delete', ['realm'] ],
        list   => [ 'PVE::API2::Domains', 'index', [], {}, $print_api_result, $PVE::RESTHandler::standard_output_options],
+       sync   => [ 'PVE::API2::Domains', 'sync', ['realm'], ],
     },
 
     ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef,