Rows - Update
보드의 행 업데이트
PUT https://dev.azure.com/{organization}/{project}/{team}/_apis/work/boards/{board}/rows?api-version=7.1-preview.1
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
board
|
path | True |
string |
특정 보드의 이름 또는 ID |
organization
|
path | True |
string |
Azure DevOps 조직의 이름입니다. |
project
|
path | True |
string |
프로젝트 ID 또는 프로젝트 이름 |
team
|
path |
string |
팀 ID 또는 팀 이름 |
|
api-version
|
query | True |
string |
사용할 API의 버전입니다. 이 버전의 api를 사용하려면 '7.1-preview.1'로 설정해야 합니다. |
요청 본문
Name | 형식 | Description |
---|---|---|
body |
Board |
업데이트할 보드 행 목록 |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
Board |
성공한 작업 |
보안
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
Name | Description |
---|---|
vso.work_write | 작업 항목 및 쿼리를 읽고, 만들고, 업데이트하고, 보드 메타데이터, 읽기 영역 및 반복 경로를 다른 작업 항목이 관련 메타데이터를 추적하고, 쿼리를 실행하고, 서비스 후크를 통해 작업 항목 이벤트에 대한 알림을 받을 수 있는 기능을 부여합니다. |
예제
Update rows on a board
Sample Request
PUT https://dev.azure.com/fabrikam/Fabrikam/Fabrikam Team/_apis/work/boards/{board}/rows?api-version=7.1-preview.1
[
{
"id": "00000000-0000-0000-0000-000000000000",
"name": null
},
{
"name": "New Expedite"
},
{
"id": "41c6173f-13a2-42b8-ab75-d96eca02b0bc",
"name": "Live Site"
}
]
Sample Response
{
"count": 3,
"value": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": null
},
{
"id": "4ca9a913-9cf5-4c19-9935-f0e7dc347379",
"name": "New Expedite"
},
{
"id": "41c6173f-13a2-42b8-ab75-d96eca02b0bc",
"name": "Live Site"
}
]
}
정의
BoardRow
Name | 형식 | Description |
---|---|---|
color |
string |
|
id |
string |
|
name |
string |