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
Copy file name to clipboardExpand all lines: docs/CommitApi.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ No authorization required
77
77
[[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)
[[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)
[[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)
Copy file name to clipboardExpand all lines: docs/ProjectApi.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ No authorization required
74
74
[[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)
Get relationships by project, commit, and related element
14
14
@@ -35,10 +35,13 @@ with sysml_v2_api_client.ApiClient() as api_client:
35
35
commit_id ='commit_id_example'# str | ID of the commit
36
36
related_element_id ='related_element_id_example'# str | ID of the related element
37
37
direction ='both'# str | Filter for relationships that are incoming (in), outgoing (out), or both relative to the related element (optional) (default to 'both')
38
+
page_after ='page_after_example'# str | Page after (optional)
39
+
page_before ='page_before_example'# str | Page before (optional)
40
+
page_size =56# int | Page size (optional)
38
41
39
42
try:
40
43
# Get relationships by project, commit, and related element
print("Exception when calling RelationshipApi->get_relationships_by_project_commit_related_element: %s\n"% e)
@@ -52,6 +55,9 @@ Name | Type | Description | Notes
52
55
**commit_id** | [**str**](.md)| ID of the commit |
53
56
**related_element_id** | [**str**](.md)| ID of the related element |
54
57
**direction** | **str**| Filter for relationships that are incoming (in), outgoing (out), or both relative to the related element | [optional][default to 'both']
58
+
**page_after** | **str**| Page after | [optional]
59
+
**page_before** | **str**| Page before | [optional]
0 commit comments