tapir-generator/endpoints.tapir

14 lines
No EOL
215 B
Text

ProjektProperties(
title: String,
description: String
)
/createProject -> (
id: ProjektId,
properties: ProjektProperties
)
/updateProject -> (
id: ProjektId,
properties: ProjektProperties
)