post https://api.ol-hub.com/backend/api/v1/projects/create-by-solution
The create project by solution API sends a POST request to create a project based on a specific solution for a specific project version.
Prerequisites: The caller must supply the solutionName, projectName and version of the requested project.
Authorization: API key
Input parameters:
Name | Description | Format |
---|---|---|
solutionName | Solution name | String |
projectName | Project name | String |
version | Project version | String |
Output parameters:
Field name | Description | Format |
---|---|---|
id | Project id | UUID |
name | Project name | String |
Example:
{
"id": "a864322d-584d-4931-bc9e-b1844351aff0",
"name": "contract-solution-pet-store",
"description": "",
"modifiedAt": "2021-02-09T12:55:46.624118Z",
"modifiedBy": "local dev",
"createdAt": "2021-02-09T12:55:46.624119Z"
}