This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Correct grammar in APIEmpty documentation (
#1748
)
* Correct grammar in APIEmpty doc * Generate swagger.v1.json
tags/v1.2.0-rc1
Jonas Östanbäck
Lunny Xiao
8 years ago
parent
22555e05ea
commit
5c3fc0b67f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/context/api.go
+1
-1
public/swagger.v1.json
+ 1
- 1
modules/context/api.go
View File
@@ -37,7 +37,7 @@ type APIValidationError struct {
URL string `json:"url"`
}
//APIEmpty is a empty response
//APIEmpty is a
n
empty response
// swagger:response empty
type APIEmpty struct{}
+ 1
- 1
public/swagger.v1.json
View File
@@ -1269,7 +1269,7 @@
}
},
"empty": {
"description": "APIEmpty is a empty response"
"description": "APIEmpty is a
n
empty response"
},
"error": {
"description": "APIError is error format response",
Write
Preview
Loading…
Cancel
Save