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: 功能不存在
|
||||
TypeNotSupported: 不支持功能类型
|
||||
InvalidValue: 此功能的值无效
|
||||
Target:
|
||||
Invalid: 目标无效
|
||||
NoTimeout: 目标没有超时
|
||||
InvalidURL: 目标的 URL 无效
|
||||
NotFound: 未找到目标
|
||||
|
||||
AggregateTypes:
|
||||
action: 动作
|
||||
@@ -546,8 +551,13 @@ AggregateTypes:
|
||||
usergrant: 用户授权
|
||||
quota: 配额
|
||||
feature: 特征
|
||||
target: 靶
|
||||
|
||||
EventTypes:
|
||||
target:
|
||||
added: 目标已创建
|
||||
changed: 目标改变
|
||||
removed: 目标已删除
|
||||
user:
|
||||
added: 已添加用户
|
||||
selfregistered: 自注册用户
|
||||
|
Reference in New Issue
Block a user