Skip to main content

Create a Project belonging to a Server

POST /v2/servers/{serverId}/projects/
v2
POST
project-create-project

Request

  • serverIdstring (uuid)
    required

    ID of the Server to create the Project for.

Responses

application/json

Created

  • idstring (uuid)
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"description":"My first Project!"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/servers/f0f86186-0a5a-45b2-aa33-502777496347/projects