openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
# \ProjectsApi

All URIs are relative to *https://api.github.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**projects_slash_add_collaborator**]ProjectsApi.md#projects_slash_add_collaborator | **PUT** /projects/{project_id}/collaborators/{username} | Add project collaborator
[**projects_slash_create_card**]ProjectsApi.md#projects_slash_create_card | **POST** /projects/columns/{column_id}/cards | Create a project card
[**projects_slash_create_column**]ProjectsApi.md#projects_slash_create_column | **POST** /projects/{project_id}/columns | Create a project column
[**projects_slash_create_for_authenticated_user**]ProjectsApi.md#projects_slash_create_for_authenticated_user | **POST** /user/projects | Create a user project
[**projects_slash_create_for_org**]ProjectsApi.md#projects_slash_create_for_org | **POST** /orgs/{org}/projects | Create an organization project
[**projects_slash_create_for_repo**]ProjectsApi.md#projects_slash_create_for_repo | **POST** /repos/{owner}/{repo}/projects | Create a repository project
[**projects_slash_delete**]ProjectsApi.md#projects_slash_delete | **DELETE** /projects/{project_id} | Delete a project
[**projects_slash_delete_card**]ProjectsApi.md#projects_slash_delete_card | **DELETE** /projects/columns/cards/{card_id} | Delete a project card
[**projects_slash_delete_column**]ProjectsApi.md#projects_slash_delete_column | **DELETE** /projects/columns/{column_id} | Delete a project column
[**projects_slash_get**]ProjectsApi.md#projects_slash_get | **GET** /projects/{project_id} | Get a project
[**projects_slash_get_card**]ProjectsApi.md#projects_slash_get_card | **GET** /projects/columns/cards/{card_id} | Get a project card
[**projects_slash_get_column**]ProjectsApi.md#projects_slash_get_column | **GET** /projects/columns/{column_id} | Get a project column
[**projects_slash_get_permission_for_user**]ProjectsApi.md#projects_slash_get_permission_for_user | **GET** /projects/{project_id}/collaborators/{username}/permission | Get project permission for a user
[**projects_slash_list_cards**]ProjectsApi.md#projects_slash_list_cards | **GET** /projects/columns/{column_id}/cards | List project cards
[**projects_slash_list_collaborators**]ProjectsApi.md#projects_slash_list_collaborators | **GET** /projects/{project_id}/collaborators | List project collaborators
[**projects_slash_list_columns**]ProjectsApi.md#projects_slash_list_columns | **GET** /projects/{project_id}/columns | List project columns
[**projects_slash_list_for_org**]ProjectsApi.md#projects_slash_list_for_org | **GET** /orgs/{org}/projects | List organization projects
[**projects_slash_list_for_repo**]ProjectsApi.md#projects_slash_list_for_repo | **GET** /repos/{owner}/{repo}/projects | List repository projects
[**projects_slash_list_for_user**]ProjectsApi.md#projects_slash_list_for_user | **GET** /users/{username}/projects | List user projects
[**projects_slash_move_card**]ProjectsApi.md#projects_slash_move_card | **POST** /projects/columns/cards/{card_id}/moves | Move a project card
[**projects_slash_move_column**]ProjectsApi.md#projects_slash_move_column | **POST** /projects/columns/{column_id}/moves | Move a project column
[**projects_slash_remove_collaborator**]ProjectsApi.md#projects_slash_remove_collaborator | **DELETE** /projects/{project_id}/collaborators/{username} | Remove user as a collaborator
[**projects_slash_update**]ProjectsApi.md#projects_slash_update | **PATCH** /projects/{project_id} | Update a project
[**projects_slash_update_card**]ProjectsApi.md#projects_slash_update_card | **PATCH** /projects/columns/cards/{card_id} | Update an existing project card
[**projects_slash_update_column**]ProjectsApi.md#projects_slash_update_column | **PATCH** /projects/columns/{column_id} | Update an existing project column



## projects_slash_add_collaborator

> projects_slash_add_collaborator(project_id, username, projects_add_collaborator_request)
Add project collaborator

Adds a collaborator to an organization project and sets their permission level. You must be an organization owner or a project `admin` to add a collaborator.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**username** | **String** | The handle for the GitHub user account. | [required] |
**projects_add_collaborator_request** | Option<[**ProjectsAddCollaboratorRequest**]ProjectsAddCollaboratorRequest.md> |  |  |

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_create_card

> models::ProjectCard projects_slash_create_card(column_id, projects_create_card_request)
Create a project card



### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**column_id** | **i32** | The unique identifier of the column. | [required] |
**projects_create_card_request** | [**ProjectsCreateCardRequest**]ProjectsCreateCardRequest.md |  | [required] |

### Return type

[**models::ProjectCard**](project-card.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_create_column

> models::ProjectColumn projects_slash_create_column(project_id, projects_update_column_request)
Create a project column

Creates a new project column.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**projects_update_column_request** | [**ProjectsUpdateColumnRequest**]ProjectsUpdateColumnRequest.md |  | [required] |

### Return type

[**models::ProjectColumn**](project-column.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_create_for_authenticated_user

> models::Project projects_slash_create_for_authenticated_user(projects_create_for_authenticated_user_request)
Create a user project

Creates a user project board. Returns a `410 Gone` status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**projects_create_for_authenticated_user_request** | [**ProjectsCreateForAuthenticatedUserRequest**]ProjectsCreateForAuthenticatedUserRequest.md |  | [required] |

### Return type

[**models::Project**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_create_for_org

> models::Project projects_slash_create_for_org(org, projects_create_for_org_request)
Create an organization project

Creates an organization project board. Returns a `410 Gone` status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**org** | **String** | The organization name. The name is not case sensitive. | [required] |
**projects_create_for_org_request** | [**ProjectsCreateForOrgRequest**]ProjectsCreateForOrgRequest.md |  | [required] |

### Return type

[**models::Project**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_create_for_repo

> models::Project projects_slash_create_for_repo(owner, repo, projects_create_for_org_request)
Create a repository project

Creates a repository project board. Returns a `410 Gone` status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**owner** | **String** | The account owner of the repository. The name is not case sensitive. | [required] |
**repo** | **String** | The name of the repository without the `.git` extension. The name is not case sensitive. | [required] |
**projects_create_for_org_request** | [**ProjectsCreateForOrgRequest**]ProjectsCreateForOrgRequest.md |  | [required] |

### Return type

[**models::Project**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_delete

> projects_slash_delete(project_id)
Delete a project

Deletes a project board. Returns a `404 Not Found` status if projects are disabled.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_delete_card

> projects_slash_delete_card(card_id)
Delete a project card

Deletes a project card

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**card_id** | **i32** | The unique identifier of the card. | [required] |

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_delete_column

> projects_slash_delete_column(column_id)
Delete a project column

Deletes a project column.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**column_id** | **i32** | The unique identifier of the column. | [required] |

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_get

> models::Project projects_slash_get(project_id)
Get a project

Gets a project by its `id`. Returns a `404 Not Found` status if projects are disabled. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |

### Return type

[**models::Project**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_get_card

> models::ProjectCard projects_slash_get_card(card_id)
Get a project card

Gets information about a project card.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**card_id** | **i32** | The unique identifier of the card. | [required] |

### Return type

[**models::ProjectCard**](project-card.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_get_column

> models::ProjectColumn projects_slash_get_column(column_id)
Get a project column

Gets information about a project column.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**column_id** | **i32** | The unique identifier of the column. | [required] |

### Return type

[**models::ProjectColumn**](project-column.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_get_permission_for_user

> models::ProjectCollaboratorPermission projects_slash_get_permission_for_user(project_id, username)
Get project permission for a user

Returns the collaborator's permission level for an organization project. Possible values for the `permission` key: `admin`, `write`, `read`, `none`. You must be an organization owner or a project `admin` to review a user's permission level.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**username** | **String** | The handle for the GitHub user account. | [required] |

### Return type

[**models::ProjectCollaboratorPermission**](project-collaborator-permission.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_list_cards

> Vec<models::ProjectCard> projects_slash_list_cards(column_id, archived_state, per_page, page)
List project cards

Lists the project cards in a project.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**column_id** | **i32** | The unique identifier of the column. | [required] |
**archived_state** | Option<**String**> | Filters the project cards that are returned by the card's state. |  |[default to not_archived]
**per_page** | Option<**i32**> | The number of results per page (max 100). For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 30]
**page** | Option<**i32**> | The page number of the results to fetch. For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 1]

### Return type

[**Vec<models::ProjectCard>**](project-card.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_list_collaborators

> Vec<models::SimpleUser> projects_slash_list_collaborators(project_id, affiliation, per_page, page)
List project collaborators

Lists the collaborators for an organization project. For a project, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners. You must be an organization owner or a project `admin` to list collaborators.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**affiliation** | Option<**String**> | Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's organization. `direct` means collaborators with permissions to a project, regardless of organization membership status. `all` means all collaborators the authenticated user can see. |  |[default to all]
**per_page** | Option<**i32**> | The number of results per page (max 100). For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 30]
**page** | Option<**i32**> | The page number of the results to fetch. For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 1]

### Return type

[**Vec<models::SimpleUser>**](simple-user.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_list_columns

> Vec<models::ProjectColumn> projects_slash_list_columns(project_id, per_page, page)
List project columns

Lists the project columns in a project.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**per_page** | Option<**i32**> | The number of results per page (max 100). For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 30]
**page** | Option<**i32**> | The page number of the results to fetch. For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 1]

### Return type

[**Vec<models::ProjectColumn>**](project-column.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_list_for_org

> Vec<models::Project> projects_slash_list_for_org(org, state, per_page, page)
List organization projects

Lists the projects in an organization. Returns a `404 Not Found` status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**org** | **String** | The organization name. The name is not case sensitive. | [required] |
**state** | Option<**String**> | Indicates the state of the projects to return. |  |[default to open]
**per_page** | Option<**i32**> | The number of results per page (max 100). For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 30]
**page** | Option<**i32**> | The page number of the results to fetch. For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 1]

### Return type

[**Vec<models::Project>**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_list_for_repo

> Vec<models::Project> projects_slash_list_for_repo(owner, repo, state, per_page, page)
List repository projects

Lists the projects in a repository. Returns a `404 Not Found` status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**owner** | **String** | The account owner of the repository. The name is not case sensitive. | [required] |
**repo** | **String** | The name of the repository without the `.git` extension. The name is not case sensitive. | [required] |
**state** | Option<**String**> | Indicates the state of the projects to return. |  |[default to open]
**per_page** | Option<**i32**> | The number of results per page (max 100). For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 30]
**page** | Option<**i32**> | The page number of the results to fetch. For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 1]

### Return type

[**Vec<models::Project>**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_list_for_user

> Vec<models::Project> projects_slash_list_for_user(username, state, per_page, page)
List user projects

Lists projects for a user.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**username** | **String** | The handle for the GitHub user account. | [required] |
**state** | Option<**String**> | Indicates the state of the projects to return. |  |[default to open]
**per_page** | Option<**i32**> | The number of results per page (max 100). For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 30]
**page** | Option<**i32**> | The page number of the results to fetch. For more information, see \"[Using pagination in the REST API]https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api.\" |  |[default to 1]

### Return type

[**Vec<models::Project>**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_move_card

> serde_json::Value projects_slash_move_card(card_id, projects_move_card_request)
Move a project card



### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**card_id** | **i32** | The unique identifier of the card. | [required] |
**projects_move_card_request** | [**ProjectsMoveCardRequest**]ProjectsMoveCardRequest.md |  | [required] |

### Return type

[**serde_json::Value**](serde_json::Value.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_move_column

> serde_json::Value projects_slash_move_column(column_id, projects_move_column_request)
Move a project column



### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**column_id** | **i32** | The unique identifier of the column. | [required] |
**projects_move_column_request** | [**ProjectsMoveColumnRequest**]ProjectsMoveColumnRequest.md |  | [required] |

### Return type

[**serde_json::Value**](serde_json::Value.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_remove_collaborator

> projects_slash_remove_collaborator(project_id, username)
Remove user as a collaborator

Removes a collaborator from an organization project. You must be an organization owner or a project `admin` to remove a collaborator.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**username** | **String** | The handle for the GitHub user account. | [required] |

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)


## projects_slash_update

> models::Project projects_slash_update(project_id, projects_update_request)
Update a project

Updates a project board's information. Returns a `404 Not Found` status if projects are disabled. If you do not have sufficient privileges to perform this action, a `401 Unauthorized` or `410 Gone` status is returned.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**project_id** | **i32** | The unique identifier of the project. | [required] |
**projects_update_request** | Option<[**ProjectsUpdateRequest**]ProjectsUpdateRequest.md> |  |  |

### Return type

[**models::Project**](project.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_update_card

> models::ProjectCard projects_slash_update_card(card_id, projects_update_card_request)
Update an existing project card



### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**card_id** | **i32** | The unique identifier of the card. | [required] |
**projects_update_card_request** | Option<[**ProjectsUpdateCardRequest**]ProjectsUpdateCardRequest.md> |  |  |

### Return type

[**models::ProjectCard**](project-card.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)


## projects_slash_update_column

> models::ProjectColumn projects_slash_update_column(column_id, projects_update_column_request)
Update an existing project column



### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**column_id** | **i32** | The unique identifier of the column. | [required] |
**projects_update_column_request** | [**ProjectsUpdateColumnRequest**]ProjectsUpdateColumnRequest.md |  | [required] |

### Return type

[**models::ProjectColumn**](project-column.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[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)