You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**project_id** | [**str**](.md)| ID of the project |
47
+
**commit_id** | [**str**](.md)| ID of the commit |
48
48
49
49
### Return type
50
50
@@ -71,7 +71,7 @@ No authorization required
71
71
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
72
72
73
73
# **get_commits_by_project**
74
-
> Commit get_commits_by_project(project_id)
74
+
> list[Commit] get_commits_by_project(project_id)
75
75
76
76
Get commits by project
77
77
@@ -106,7 +106,7 @@ Name | Type | Description | Notes
106
106
107
107
### Return type
108
108
109
-
[**Commit**](Commit.md)
109
+
[**list[Commit]**](Commit.md)
110
110
111
111
### Authorization
112
112
@@ -160,7 +160,7 @@ with sysml_v2_api_client.ApiClient() as api_client:
Copy file name to clipboardExpand all lines: docs/ElementApi.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ No authorization required
71
71
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
72
72
73
73
# **get_elements_by_project_commit**
74
-
> Element get_elements_by_project_commit(project_id, commit_id)
0 commit comments