mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 15:14:08 +01:00
* [MOD] Include custom fields in API response using adapters
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -40,7 +40,9 @@ final class ClientHelp implements HelpInterface
|
||||
{
|
||||
return
|
||||
[
|
||||
self::getItem('id', __('Client Id'), true)
|
||||
self::getItem('id', __('Client Id'), true),
|
||||
self::getItem('customFields', __('Get custom fields for the client within the response')),
|
||||
self::getItem('tokenPass', __('Token\'s password when custom fields are retrieved'), true)
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user