Skip to content

Commit

Permalink
GENERATED: all
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Jan 22, 2016
1 parent 4a6935b commit 3262d8e
Show file tree
Hide file tree
Showing 16 changed files with 868 additions and 2,365 deletions.
6 changes: 4 additions & 2 deletions api/swagger-spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"nickname": "getAPIVersions",
"parameters": [],
"produces": [
"application/json"
"application/json",
"application/yaml"
],
"consumes": [
"application/json"
"application/json",
"application/yaml"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions api/swagger-spec/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"nickname": "getAPIVersions",
"parameters": [],
"produces": [
"application/json"
"application/json",
"application/yaml"
],
"consumes": [
"application/json"
"application/json",
"application/yaml"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions api/swagger-spec/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"nickname": "getAPIGroup",
"parameters": [],
"produces": [
"application/json"
"application/json",
"application/yaml"
],
"consumes": [
"application/json"
"application/json",
"application/yaml"
]
}
]
Expand Down
Loading

0 comments on commit 3262d8e

Please sign in to comment.