feat: bind tribally account
This commit is contained in:
@@ -437,6 +437,28 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/gapi/task/v1/bind_tribally": {
|
||||
"get": {
|
||||
"summary": "绑定Tribally账号",
|
||||
"operationId": "BindTribally",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/BindTriballyReply"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"task"
|
||||
],
|
||||
"security": [
|
||||
{
|
||||
"apiKey": []
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"/gapi/task/v1/community": {
|
||||
"get": {
|
||||
"summary": "获取社区列表",
|
||||
@@ -732,6 +754,19 @@
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"BindTriballyReply": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auth_url": {
|
||||
"type": "string",
|
||||
"description": " 授权地址"
|
||||
}
|
||||
},
|
||||
"title": "BindTriballyReply",
|
||||
"required": [
|
||||
"auth_url"
|
||||
]
|
||||
},
|
||||
"CarvResult": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user