@@ -, +, @@ - Activate RESTOAuth2ClientCredentials system preference - Go to any patron account - Go to More > Manage API keys - Click on the Help link in top right corner - Verify that the right section of the Koha manual displays --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Manual.pm +++ a/Koha/Manual.pm @@ -142,6 +142,7 @@ our $mapping = { 'labels/label-manage' => '/tools.html#batches', 'labels/spinelabel-home' => '/tools.html#quick-spine-label-creator', 'mainpage' => '/', + 'members/apikeys' => '/webservices.html#api-key-management-interface-for-patrons', 'members/boraccount' => '/patrons.html#fines', 'members/discharge' => '/patrons.html#patron-discharges', 'members/files' => '/patrons.html#files', --