Skip to content

Commit

Permalink
update: reformat create team request
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Nov 22, 2023
1 parent 1357a32 commit 2a98726
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 122 deletions.
22 changes: 20 additions & 2 deletions gen/openapi/team/v1/team_service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,26 @@
"v1CreateTeamRequest": {
"type": "object",
"properties": {
"team": {
"$ref": "#/definitions/v1Team"
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"avatar": {
"type": "string"
},
"uid": {
"type": "string",
"title": "创建者"
},
"publicKey": {
"type": "string",
"title": "公钥,公钥存在服务器上,加密的私钥与相关用户关联存储"
},
"encryptedPrivateKey": {
"type": "string",
"title": "创建者拥有的使用创建者公钥加密后的私钥"
}
}
},
Expand Down
Loading

0 comments on commit 2a98726

Please sign in to comment.