초안 프로젝트 항목에 대한 REST API 엔드포인트
REST API를 사용하여 프로젝트의 초안 항목을 관리합니다.
Create draft item for organization owned project
Create draft issue item for the specified organization owned project.
"Create draft item for organization owned project"에 대한 세분화된 액세스 토큰
이 엔드포인트는 다음 세분화된 토큰 형식에서 작동합니다.:
세분화된 토큰은 필수 권한 집합을 포함해야 합니다.:
- "Projects" organization permissions (write)
공용 리소스만 요청되는 경우 인증 또는 앞서 언급한 권한 없이 이 엔드포인트를 사용할 수 있습니다.
"Create draft item for organization owned project"에 대한 매개 변수
| 이름, 유형, 설명 |
|---|
accept string Setting to |
| 이름, 유형, 설명 |
|---|
org string 필수The organization name. The name is not case sensitive. |
project_number integer 필수The project's number. |
| 이름, 유형, 설명 |
|---|
title string 필수The title of the draft issue item to create in the project. |
body string The body content of the draft issue item to create in the project. |
"Create draft item for organization owned project"에 대한 HTTP 응답 상태 코드
| 상태 코드 | 설명 |
|---|---|
201 | Created |
304 | Not modified |
401 | Requires authentication |
403 | Forbidden |
Create draft item for user owned project
Create draft issue item for the specified user owned project.
"Create draft item for user owned project"에 대한 세분화된 액세스 토큰
이 엔드포인트는 GitHub 앱 사용자 액세스 토큰, GitHub 앱 설치 액세스 토큰 또는 세분화된 개인용 액세스 토큰에서 작동하지 않습니다.
"Create draft item for user owned project"에 대한 매개 변수
| 이름, 유형, 설명 |
|---|
accept string Setting to |
| 이름, 유형, 설명 |
|---|
user_id string 필수The unique identifier of the user. |
project_number integer 필수The project's number. |
| 이름, 유형, 설명 |
|---|
title string 필수The title of the draft issue item to create in the project. |
body string The body content of the draft issue item to create in the project. |
"Create draft item for user owned project"에 대한 HTTP 응답 상태 코드
| 상태 코드 | 설명 |
|---|---|
201 | Created |
304 | Not modified |
401 | Requires authentication |
403 | Forbidden |