Skip to content

Commit

Permalink
Add test repo folder doc line
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed May 28, 2023
1 parent 875ada8 commit adb6ac0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/xray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,7 @@ Manage Test Runs
xray.get_test_repo_folders(project_key)
# Retrieve test repository folder of a project.
xray.get_test_repo_folder(project_key, folder_id)
xray.get_test_repo_folder(project_key, folder_id)
# Create test repository folder for a project.
xray.create_test_repo_folder(project_key, folder_name, parent_folder_id=-1)

0 comments on commit adb6ac0

Please sign in to comment.