You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the regex used to verify the resource_type_name is verified against the wrong schema...
I'm unable to call the command hca auth post-v1-resource --resource-type-name dss:project
Within the YAML:
resource_type_name:
name: resource_type_name
in: path
required: true
description: The name of a type of resources to which a resource policy can be applied.
schema:
$ref: '#/components/schemas/custom_identifier'
i think the ref should change to
$ref: '#/components/schemas/resource_name'
But i could be mistaken // not using the api correctly.
The text was updated successfully, but these errors were encountered:
The swagger page, shows a policy document present within the default json object that is sent up with the request. Upon removing the owner_policy object, the request was created/handled correctly..
I believe the regex used to verify the resource_type_name is verified against the wrong schema...
I'm unable to call the command
hca auth post-v1-resource --resource-type-name dss:project
Within the YAML:
i think the ref should change to
$ref: '#/components/schemas/resource_name'
But i could be mistaken // not using the api correctly.
The text was updated successfully, but these errors were encountered: