更新订阅事件
开发中PATCH
/v1/event-subs/{subs_id}重新订阅目前支持的所有事件
请求参数
Path 参数
subs_id
string
端点id
Body 参数application/json
endpoint_type
string
端点类型
HTTP, GRPC
endpoint
string
端点
events
array[string]
事件列表
变更后的事件订阅列表,单个订阅的格式为 type:source,举例:io.idmesh.idaas.user:create
示例
{
"endpoint_type": "string",
"endpoint": "string",
"events": [
"string"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
未设置
最后修改时间: 9 个月前