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:
@@ -536,6 +536,11 @@ Errors:
|
||||
NotExisting: La funzionalità non esiste
|
||||
TypeNotSupported: Il tipo di funzionalità non è supportato
|
||||
InvalidValue: Valore non valido per questa funzionalità
|
||||
Target:
|
||||
Invalid: Il target non è valido
|
||||
NoTimeout: Il target non ha timeout
|
||||
InvalidURL: La destinazione ha un URL non valido
|
||||
NotFound: Obiettivo non trovato
|
||||
|
||||
AggregateTypes:
|
||||
action: Azione
|
||||
@@ -547,8 +552,13 @@ AggregateTypes:
|
||||
usergrant: Sovvenzione utente
|
||||
quota: Quota
|
||||
feature: Funzionalità
|
||||
target: Bersaglio
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: Obiettivo creato
|
||||
changed: Obiettivo cambiato
|
||||
removed: Obiettivo eliminato
|
||||
user:
|
||||
added: Utente aggiunto
|
||||
selfregistered: L'utente si è registrato
|
||||
|
Reference in New Issue
Block a user