Create a project in a workspace
Creates a new project in the specified workspace with name and optional description.
POST
/api/workspaces/{id}/projectsPath parameters
idnumberrequiredPath parameter: id
Body
namestringrequireddescriptionstringRequest
curl
curl -X POST https://platform.trickest.com/api/workspaces/{id}/projects \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
201Created project
idstringrequirednamestringrequireddescriptionstringspace_idstringspace_infostringspace_namestringauthorstringworkflow_countnumbermetadataobjectcreated_datestringrequiredmodified_datestringrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring