PUT/projects/api/v3/projects/tentative/{projectId}/convert.json
Converts the given tentative project into normal
Path Params
- Name
projectId
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
SampleProjectsResponse contains information about a group of sample projects.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
SampleProjectsResponse
{
"included": {
"projectCategories": {
"additionalProp": {
"color": "string",
"count": 0,
"id": 0,
"name": "string",
"parent": {
"id": 0,
"meta": {},
"type": "string"
},
"parentId": 0
}
}
},
"meta": {
"averageSpend": 0,
"limit": 0,
"nextCursor": "string",
"page": {
"count": 0,
"hasMore": true,
"pageOffset": 0,
"pageSize": 0
},
"prevCursor": "string",
"totalCapacity": 0
},
"projects": [
{
"categoryId": 0,
"code": "string",
"description": "string",
"icon": "string",
"id": 0,
"imagePreview": "string",
"name": "string"
}
]
}