WIP: validate required fields
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2025-06-02 22:41:04 +02:00
parent 967a89b18d
commit 156cdb24d0
Signed by: moritz
GPG key ID: 1020A035E5DD0824
5 changed files with 62 additions and 4 deletions

View file

@ -11,9 +11,9 @@ defmodule Mv.Membership do
end
resource Mv.Membership.Property do
define :create_property, action: :create
define :create_property, action: :create_property
define :list_property, action: :read
define :update_property, action: :update
define :update_property, action: :update_property
define :destroy_property, action: :destroy
end