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/CyclesApi.md
+50-50Lines changed: 50 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,27 @@ All URIs are relative to *https://api.plane.so*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**add_cycle_issues**](CyclesApi.md#add_cycle_issues) | **POST** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/cycle-issues/ | Add Issues to Cycle
7
+
[**add_cycle_work_items**](CyclesApi.md#add_cycle_work_items) | **POST** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/cycle-issues/ | Add Work Items to Cycle
[**delete_cycle_work_item**](CyclesApi.md#delete_cycle_work_item) | **DELETE** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/cycle-issues/{issue_id}/ | Delete cycle work item
12
12
[**list_archived_cycles**](CyclesApi.md#list_archived_cycles) | **GET** /api/v1/workspaces/{slug}/projects/{project_id}/archived-cycles/ | List archived cycles
13
-
[**list_cycle_issues**](CyclesApi.md#list_cycle_issues) | **GET** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/cycle-issues/ | List cycle issues
13
+
[**list_cycle_work_items**](CyclesApi.md#list_cycle_work_items) | **GET** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/cycle-issues/ | List cycle work items
14
14
[**list_cycles**](CyclesApi.md#list_cycles) | **GET** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/ | List cycles
[**transfer_cycle_issues**](CyclesApi.md#transfer_cycle_issues) | **POST** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/transfer-issues/ | Transfer cycle issues
16
+
[**retrieve_cycle_work_item**](CyclesApi.md#retrieve_cycle_work_item) | **GET** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/cycle-issues/{issue_id}/ | Retrieve cycle work item
17
+
[**transfer_cycle_work_items**](CyclesApi.md#transfer_cycle_work_items) | **POST** /api/v1/workspaces/{slug}/projects/{project_id}/cycles/{cycle_id}/transfer-issues/ | Transfer cycle work items
**404** | The requested resource was not found. | - |
112
-
**200** | Cycle issues added | - |
112
+
**200** | Cycle work items added | - |
113
113
**400** | Required fields are missing | - |
114
114
115
115
[[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)
@@ -383,12 +383,12 @@ void (empty response body)
383
383
384
384
[[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)
print("Exception when calling CyclesApi->delete_cycle_issue: %s\n"% e)
439
+
print("Exception when calling CyclesApi->delete_cycle_work_item: %s\n"% e)
440
440
```
441
441
442
442
@@ -566,12 +566,12 @@ Name | Type | Description | Notes
566
566
567
567
[[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)
**404** | The requested resource was not found. | - |
660
-
**200** | Paginated list of cycle issues | - |
660
+
**200** | Paginated list of cycle work items | - |
661
661
662
662
[[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)
663
663
@@ -853,12 +853,12 @@ Name | Type | Description | Notes
853
853
854
854
[[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)
**404** | The requested resource was not found. | - |
945
-
**200** | Cycle issues | - |
945
+
**200** | Cycle work items | - |
946
946
947
947
[[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)
**404** | The requested resource was not found. | - |
1039
-
**200** | Issues transferred successfully | - |
1039
+
**200** | Work items transferred successfully | - |
1040
1040
**400** | Bad request | - |
1041
1041
1042
1042
[[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)
0 commit comments