POST w/v1/Projects

Request Information

URI Parameters

None.

Body Parameters

ProjectInModel
NameDescriptionTypeAdditional 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

Object

None.

Response Formats

application/json, text/json, text/html, application/vnd.team.do+json

Sample:
{}