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: Funkcja nie istnieje
|
||||
TypeNotSupported: Typ funkcji nie jest obsługiwany
|
||||
InvalidValue: Nieprawidłowa wartość dla tej funkcji
|
||||
Target:
|
||||
Invalid: Cel jest nieprawidłowy
|
||||
NoTimeout: Cel nie ma limitu czasu
|
||||
InvalidURL: Cel ma nieprawidłowy adres URL
|
||||
NotFound: Nie znaleziono celu
|
||||
|
||||
AggregateTypes:
|
||||
action: Działanie
|
||||
@@ -546,8 +551,13 @@ AggregateTypes:
|
||||
usergrant: Uprawnienie użytkownika
|
||||
quota: Limit
|
||||
feature: Funkcja
|
||||
target: Cel
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: Cel został utworzony
|
||||
changed: Cel zmieniony
|
||||
removed: Cel usunięty
|
||||
user:
|
||||
added: Użytkownik dodany
|
||||
selfregistered: Użytkownik zarejestrował się
|
||||
|
Reference in New Issue
Block a user