Skip to content

Commit 625fee4

Browse files
authored
docs: remove deprecated API webhook callback. (#168)
1 parent 0f0f2dd commit 625fee4

56 files changed

Lines changed: 277 additions & 1228 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/restapi/apis/authenticationManagement/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"position": 2,
2+
"position": 1,
33
"label": "认证管理",
44
"collapsible": true,
55
"collapsed": true

docs/restapi/apis/authenticationManagement/forceLogout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | 管理员 token |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/authenticationManagement/getUserToken.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hide_title: true
2929
| header 名 | 示例值 | 选填 | 类型 | 说明 |
3030
| :---------- | :------------ | :--- | ------ | ---------------------------- |
3131
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
32-
| token | eyJhbxxxx3Xs | 必填 | string | 管理员 token |
32+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
3333

3434
### 请求参数示例
3535

docs/restapi/apis/conversationManagement/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"position": 4,
2+
"position": 5,
33
"label": "会话管理",
44
"collapsible": true,
55
"collapsed": true

docs/restapi/apis/conversationManagement/getOwnerConversation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hide_title: true
2222
|header名|示例值|选填|类型|说明|
2323
|:---- |:------- |:--- |---|------ |
2424
|operationID|1646445464564|必填|string|用于全局链路追踪,建议使用时间戳,在每个请求中独立|
25-
|token|eyJhbxxxx3Xs|必填|string|管理员token|
25+
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx)|
2626

2727

2828

docs/restapi/apis/friendsManagement/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"position": 2,
2+
"position": 3,
33
"label": "关系链管理",
44
"collapsible": true,
55
"collapsed": true

docs/restapi/apis/friendsManagement/addBlackList.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | 管理员 token |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/friendsManagement/checkFriend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | 管理员 token |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/friendsManagement/deleteBlackList.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | 管理员 token |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/friendsManagement/deleteFriend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | 管理员 token |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
3131

3232
### 请求参数示例
3333

0 commit comments

Comments
 (0)