Skip to content

Commit 5956d39

Browse files
committed
added the function call for code/api/v1/vcs-repository/repositories
1 parent ee0ca4b commit 5956d39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

prismacloud/api/pccs/_repositories.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ def repositories_update(self, body_params):
1919

2020
def repositories_list_read_v2(self, query_params=None):
2121
return self.execute_code_security('GET', 'code/api/v2/repositories', query_params=query_params)
22+
23+
def vcs_repositories_list_read(self, query_params=None):
24+
return self.execute_code_security('GET', 'code/api/v1/vcs-repository/repositories', query_params=query_params)

0 commit comments

Comments
 (0)