Create Project
- Print
- PDF
Create Project
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Create a SourceDeploy project.
Request
API URL
POST {SOURCEDEPLOY_API_URL}/project
Request parameter
None
Request query
None
Request body
{
"name": "string"
}
Item | Requirement status | Type | Description | Remarks |
---|---|---|---|---|
name | Y | string | Project name |
Response
Response body
{
"id": "string",
"name": "string"
}
Item | Type | Description | Remarks |
---|---|---|---|
id | number | Project ID | |
name | string | Project name |
Was this article helpful?