[ARVADOS] created: 2.1.0-1735-g49ef11e68
Git user
git at public.arvados.org
Thu Dec 16 00:23:44 UTC 2021
at 49ef11e68168170d3ba4bebf17a428d99759178f (commit)
commit 49ef11e68168170d3ba4bebf17a428d99759178f
Author: Ward Vandewege <ward at curii.com>
Date: Wed Dec 15 19:22:49 2021 -0500
18590: the default value for uuid in the groups/contents api endpoint
should not be expressed as `null` in the discovery doc, but as a
string.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/app/controllers/arvados/v1/groups_controller.rb b/services/api/app/controllers/arvados/v1/groups_controller.rb
index 7fbb86c01..c1dc7a496 100644
--- a/services/api/app/controllers/arvados/v1/groups_controller.rb
+++ b/services/api/app/controllers/arvados/v1/groups_controller.rb
@@ -34,7 +34,7 @@ class Arvados::V1::GroupsController < ApplicationController
params = _index_requires_parameters.
merge({
uuid: {
- type: 'string', required: false, default: nil,
+ type: 'string', required: false, default: '',
},
recursive: {
type: 'boolean', required: false, default: false, description: 'Include contents from child groups recursively.',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list