mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
feat: actions v2 execution targets command side (#7384)
Adds the API to create, update, delete targets for execution in a new ExecutionService (v3alpha)
This commit is contained in:
@@ -535,6 +535,11 @@ Errors:
|
||||
NotExisting: Feature existiert nicht
|
||||
TypeNotSupported: Feature Typ wird nicht unterstützt
|
||||
InvalidValue: Ungültiger Wert für dieses Feature
|
||||
Target:
|
||||
Invalid: Ziel ist ungültig
|
||||
NoTimeout: Ziel hat keinen Timeout
|
||||
InvalidURL: Ziel hat eine ungültige URL
|
||||
NotFound: Ziel nicht gefunden
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
@@ -546,8 +551,13 @@ AggregateTypes:
|
||||
usergrant: Benutzerberechtigung
|
||||
quota: Kontingent
|
||||
feature: Feature
|
||||
target: Ziel
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: Ziel erstellt
|
||||
changed: Ziel geändert
|
||||
removed: Ziel gelöscht
|
||||
user:
|
||||
added: Benutzer hinzugefügt
|
||||
selfregistered: Benutzer hat sich selbst registriert
|
||||
|
Reference in New Issue
Block a user