Vereinfacht accounting software API closes #431 #432

Merged
moritz merged 31 commits from feature/vereinfacht_api into main 2026-02-23 21:18:46 +01:00
Showing only changes of commit 1f21afeb72 - Show all commits

View file

@ -242,7 +242,7 @@ defmodule Mv.Membership.Setting do
attribute :vereinfacht_api_key, :string do attribute :vereinfacht_api_key, :string do
allow_nil? true allow_nil? true
public? true public? false
description "Vereinfacht API key (Bearer token)" description "Vereinfacht API key (Bearer token)"
sensitive? true sensitive? true
end end