GET /admin/webhooks/event-types/{event}/schema
获取指定事件类型的描述信息和示例 payload
租户服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
event |
path |
string |
Yes |
|
|
|
事件类型名 |
Referenced Schemas
dto.EventSchemaDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.EventSchemaResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.EventSchemaResponse
| Field | Type | Required | Example | Constraints | Description |
action |
string |
No |
created |
|
|
description |
string |
No |
Triggered when a new user is created |
|
|
domain |
string |
No |
user |
|
|
event_type |
string |
No |
user.created |
|
|
example |
object |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|