mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12: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:
@@ -532,6 +532,11 @@ Errors:
|
||||
NotExisting: Funkce neexistuje
|
||||
TypeNotSupported: Typ funkce není podporován
|
||||
InvalidValue: Neplatná hodnota pro tuto funkci
|
||||
Target:
|
||||
Invalid: Cíl je neplatný
|
||||
NoTimeout: Cíl nemá časový limit
|
||||
InvalidURL: Cíl má neplatnou adresu URL
|
||||
NotFound: Cíl nenalezen
|
||||
|
||||
AggregateTypes:
|
||||
action: Akce
|
||||
@@ -543,8 +548,13 @@ AggregateTypes:
|
||||
usergrant: Uživatelský grant
|
||||
quota: Kvóta
|
||||
feature: Funkce
|
||||
target: Cíl
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: Cíl vytvořen
|
||||
changed: Cíl změněn
|
||||
removed: Cíl smazán
|
||||
user:
|
||||
added: Uživatel přidán
|
||||
selfregistered: Uživatel se zaregistroval sám
|
||||
|
Reference in New Issue
Block a user