15 lines
No EOL
259 B
Text
15 lines
No EOL
259 B
Text
ProjektProperties(
|
|
id: String,
|
|
title: String,
|
|
description: String
|
|
)
|
|
|
|
/projekt/create -> createProjekt(
|
|
id: ProjektId,
|
|
properties: ProjektProperties
|
|
)
|
|
|
|
/projekt/update -> updateProjekt(
|
|
id: ProjektId,
|
|
properties: ProjektProperties
|
|
) |