tapir-generator/endpoints.tapir

14 lines
215 B
Text
Raw Normal View History

2025-03-19 21:19:56 +01:00
ProjektProperties(
title: String,
description: String
)
/createProject -> (
2025-03-16 14:16:16 +01:00
id: ProjektId,
properties: ProjektProperties
)
/updateProject -> (
2025-03-16 14:16:16 +01:00
id: ProjektId,
properties: ProjektProperties
)