mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27: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:
@@ -529,6 +529,11 @@ Errors:
|
||||
NotExisting: O recurso não existe
|
||||
TypeNotSupported: O tipo de recurso não é compatível
|
||||
InvalidValue: Valor inválido para este recurso
|
||||
Target:
|
||||
Invalid: A meta é inválida
|
||||
NoTimeout: O destino não tem tempo limite
|
||||
InvalidURL: O destino tem um URL inválido
|
||||
NotFound: Destino não encontrado
|
||||
|
||||
AggregateTypes:
|
||||
action: Ação
|
||||
@@ -540,8 +545,13 @@ AggregateTypes:
|
||||
usergrant: Concessão de usuário
|
||||
quota: Cota
|
||||
feature: Recurso
|
||||
target: objetivo
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: Destino criado
|
||||
changed: Destino alterada
|
||||
removed: Destino excluído
|
||||
user:
|
||||
added: Usuário adicionado
|
||||
selfregistered: Usuário se registrou
|
||||
|
Reference in New Issue
Block a user