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:
@@ -535,6 +535,11 @@ Errors:
|
||||
NotExisting: La característica no existe
|
||||
TypeNotSupported: El tipo de característica no es compatible
|
||||
InvalidValue: Valor no válido para esta característica
|
||||
Target:
|
||||
Invalid: El objetivo no es válido
|
||||
NoTimeout: El objetivo no tiene tiempo de espera
|
||||
InvalidURL: El objetivo tiene una URL no válida
|
||||
NotFound: El objetivo no encontrado
|
||||
|
||||
AggregateTypes:
|
||||
action: Acción
|
||||
@@ -546,8 +551,13 @@ AggregateTypes:
|
||||
usergrant: Concesión de usuario
|
||||
quota: Cuota
|
||||
feature: Característica
|
||||
target: Objectivo
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: Objetivo creado
|
||||
changed: Objetivo cambiado
|
||||
removed: Objetivo eliminado
|
||||
user:
|
||||
added: Usuario añadido
|
||||
selfregistered: El usuario se registró por sí mismo
|
||||
|
Reference in New Issue
Block a user