Skip to content

Commit

Permalink
api docs should show right return value for build instantiate{binary,}
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Minter committed Sep 5, 2017
1 parent e77dedc commit 5979bf5
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 181 deletions.
4 changes: 2 additions & 2 deletions api/docs/apis-build.openshift.io/v1.BuildConfig.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ EOF
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|v1.BuildRequest
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down Expand Up @@ -1266,7 +1266,7 @@ $ curl -k \
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|string
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down
4 changes: 2 additions & 2 deletions api/docs/oapi/v1.BuildConfig.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ EOF
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|v1.BuildRequest
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down Expand Up @@ -1266,7 +1266,7 @@ $ curl -k \
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|string
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down
Loading

0 comments on commit 5979bf5

Please sign in to comment.