Skip to content

Commit 0b25634

Browse files
author
Sentio Bot
committed
chore: update
1 parent e6d07af commit 0b25634

File tree

7 files changed

+629
-0
lines changed

7 files changed

+629
-0
lines changed

doc/index.html

Lines changed: 409 additions & 0 deletions
Large diffs are not rendered by default.

openapi.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,31 @@
12981298
]
12991299
}
13001300
},
1301+
"/api/v1/project/{projectId}": {
1302+
"get": {
1303+
"summary": "Get project details",
1304+
"operationId": "GetProjectById",
1305+
"responses": {
1306+
"200": {
1307+
"description": "A successful response.",
1308+
"schema": {
1309+
"$ref": "#/definitions/common.ProjectInfo"
1310+
}
1311+
}
1312+
},
1313+
"parameters": [
1314+
{
1315+
"name": "projectId",
1316+
"in": "path",
1317+
"required": true,
1318+
"type": "string"
1319+
}
1320+
],
1321+
"tags": [
1322+
"Web"
1323+
]
1324+
}
1325+
},
13011326
"/api/v1/projects": {
13021327
"get": {
13031328
"summary": "Get project list",

src/WebApi.md

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/apis/WebApi.ts

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/ObjectParamAPI.ts

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/ObservableAPI.ts

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/PromiseAPI.ts

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)