Skip to content

Commit 22cefeb

Browse files
committed
Fixed PR comments
1 parent 6488972 commit 22cefeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

delinea/secrets/server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def get_secret_by_path(self, secret_path, fetch_file_attachments=True):
370370
)
371371

372372
def search_secrets(self, query_params=None):
373-
"""Get a Secrets from Secret Server
373+
"""Get Secrets from Secret Server
374374
375375
:param query_params: query parameters to pass to the endpoint
376376
:type query_params: dict
@@ -394,8 +394,8 @@ def search_secrets(self, query_params=None):
394394
)
395395
).text
396396

397-
def get_secrets_by_folderid(self, folder_id):
398-
"""Get a secrets by folder id
397+
def get_secret_ids_by_folderid(self, folder_id):
398+
"""Gets a list of secrets ids by folder id
399399
400400
:param folder_id: the id of the folder
401401
:type id: int

0 commit comments

Comments
 (0)