]> git.proxmox.com Git - pve-access-control.git/commitdiff
api: tfa: add missing links for child-routes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 15 Jun 2023 14:55:41 +0000 (16:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 15 Jun 2023 14:55:43 +0000 (16:55 +0200)
making this more useable in things like pvesh or the HTML formatter

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/TFA.pm

index 62b9653e24487ac03668c97a91b47b1ecdba4949..954584233164f118b4183cc740eb30a7622cf533 100644 (file)
@@ -176,6 +176,7 @@ __PACKAGE__->register_method ({
        description => "A list of the user's TFA entries.",
        type => 'array',
        items => $TYPED_TFA_ENTRY_SCHEMA,
+       links => [ { rel => 'child', href => "{id}" } ],
     },
     code => sub {
        my ($param) = @_;
@@ -300,6 +301,7 @@ __PACKAGE__->register_method ({
                },
            },
        },
+       links => [ { rel => 'child', href => "{userid}" } ],
     },
     code => sub {
        my ($param) = @_;