Zum Hauptinhalt springen

Create a Redis database

POST /v2/projects/{projectId}/redis-databases/
v2
POST
database-create-redis-database

Request

  • projectIdstring (uuid)
    required

    ID of the Project to create a RedisDatabase for.

Responses

application/json

Created

  • idstring (uuid)
    required

Usage examples

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