[ARVADOS] updated: 1.3.0-2759-gb3eed8763
Git user
git at public.arvados.org
Thu Aug 6 15:30:50 UTC 2020
Summary of changes:
cmd/arvados-server/cmd.go | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via b3eed8763022766623103f65a2e5a6ef4b665f69 (commit)
from 22c4e045032cca82e510409182cf50c005801d32 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b3eed8763022766623103f65a2e5a6ef4b665f69
Author: Nico Cesar <nico at nicocesar.com>
Date: Thu Aug 6 11:29:38 2020 -0400
WIP added minimum boilerplate to test OpenAPI v3 support
refs #16374
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>
diff --git a/cmd/arvados-server/cmd.go b/cmd/arvados-server/cmd.go
index 943fa77a9..75bcf76b0 100644
--- a/cmd/arvados-server/cmd.go
+++ b/cmd/arvados-server/cmd.go
@@ -3,15 +3,15 @@
// SPDX-License-Identifier: AGPL-3.0
// @Version 1.0.0
-// @Title Example Count
-// @Description This method is used as an example to create new endpoints. The response are meaningless, just a help for a developer to know how to interact with the database and create new endpoints.
+// @Title Arvados API
+// @Description This is the Arvados API
// @ContactName Nico Cesar
// @ContactEmail nico at curii.com
// @ContactURL https://arvados.org
// @LicenseName Apache-2.0
// @LicenseURL https://doc.arvados.org/user/copying/copying.html
-// @Security AuthorizationHeader read write
-// @SecurityScheme AuthorizationHeader http bearer Input your token
+// @Security Authorization read write
+// @SecurityScheme Authorization apiKey header Authorization
package main
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list