v1
latestSwagger 2.02026-07-1720021.4 KBThis API is used to create a project
<table> <tr> <th>Field</th> <th>Possible values</th> <th>Mandatory/Optional</th> </tr> <tr> <td>project_name</td> <td>My project</td> <td>Mandatory</td> </tr> </table>post/create_project
Request body
object required
Example request
{
"project_name": "my project"
}Response
OK
object required