v1
latestOpenAPI 3.1.02026-07-1320186461.3 KBCreate Or Get Project Api
Create a project or get the project if it already exists. Is used to find out UUID of project.
post/api/parea/v1/project
Request body
Example request
{
"name": "development"
}Response
Successful Response
Example response
{
"created_at": "2024-05-30 13:48:34",
"name": "development",
"uuid": "...",
"was_created": false
}