Skip to content

Commit 390e57e

Browse files
authored
Merge pull request #182 from jumiles-pa/main
Add the `vcs-repository/repositories` endpoint request
2 parents 3a941ff + edce48e commit 390e57e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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('POST', 'code/api/v1/vcs-repository/repositories', query_params=query_params)

0 commit comments

Comments
 (0)