We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea8cc6 commit 8413957Copy full SHA for 8413957
dataikuapi/dssclient.py
@@ -678,7 +678,7 @@ def list_personal_api_keys(self, as_type='objects'):
678
"""
679
List all your personal API keys.
680
681
- :param str as_type: How to return the personal API keys. Possible values are "dict" and "object"
+ :param str as_type: How to return the personal API keys. Possible values are "dict" and "objects"
682
683
:return: if as_type=dict, each personal API keys is returned as a dict.
684
if as_type=objects, each key is returned as a :class:`dataikuapi.dss.admin.DSSPersonalApiKey`.
0 commit comments