Zum Hauptinhalt springen

Create a Project belonging to a Server

POST/v2/servers/{serverId}/projects/
API version
v2
Request method
POST
Operation ID
project-create-project

Request

  • serverIdstring
    required

    ID of the Server to create the Project for.

Responses

Format
application/json
Beschreibung

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/string/projects