PUT w/v1/Projects/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ProjectInModel| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| description | string |
None. |
|
| isPublic | boolean |
None. |
Request Formats
application/json, text/json, application/vnd.team.do+json
Sample:
{
"name": "sample string 1",
"description": "sample string 2",
"isPublic": true
}
text/html
Sample:
{"name":"sample string 1","description":"sample string 2","isPublic":true}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html, application/vnd.team.do+json
Sample:
{}