create project
/members/{member}/projects/create [POST]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
Description
Creates a project
This service has been deprecated, use service /members/{member}/projects [POST] instead.
Parameters
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| description | Description of project/group | yes | string | |
| shortname | Shortname of project/group | yes | string | |
| hosturl | The host URL for the default group folder - DEPRECATED use host (required if projectname not specified) | maybe | string | |
| owner | Owner of project/group (required if projectname not specified) | maybe | string | |
| projectname | Parent project name (required if project is false) | maybe | string | |
| access | Access to group and comments [public|member] | no | string | member |
| addmember | Whether to add the current member as a manager | no | boolean | true |
| detailstype | The name of the member details config file | no | string | |
| message | Subscription message | no | string | |
| relatedurl | URL of a related website | no | string | |
| template | The template folder for customizations | no | string | |
| visibility | Group name this is visible to or public | no | string | [projectname-shortname] |
Permission
Response
Error Handling
| Code | Cause / Description |
|---|---|
| 0x110C | One of the parameters is invalid |