Skip to content

Commit

Permalink
openapi: Update title of KubeVirt API info
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed Nov 20, 2017
1 parent 71ac5fc commit 9fc3b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "This is KubeVirt API an add-on for Kubernetes.",
"title": "KubeVirt API, ",
"title": "KubeVirt API",
"contact": {
"name": "kubevirt-dev",
"url": "https://github.com/kubevirt/kubevirt",
Expand Down
2 changes: 1 addition & 1 deletion pkg/virt-api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func CreateOpenAPIConfig() restfulspec.Config {
func addInfoToSwaggerObject(swo *openapispec.Swagger) {
swo.Info = &openapispec.Info{
InfoProps: openapispec.InfoProps{
Title: "KubeVirt API, ",
Title: "KubeVirt API",
Description: "This is KubeVirt API an add-on for Kubernetes.",
Contact: &openapispec.ContactInfo{
Name: "kubevirt-dev",
Expand Down

0 comments on commit 9fc3b1d

Please sign in to comment.