We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SecretKeys schema has defined self and org link:
SecretKeys
self
org
SecretKeys: properties: links: type: object properties: self: type: string org: type: string secrets: type: array items: type: string
but the http response contains a secrets link instead of a self:
secrets
-> GET -> http://127.0.0.1:9999/api/v2/orgs/0389792ff6259000/secrets <- 200 <- OK <- { "links": { "org": "/api/v2/orgs/0389792ff6259000", "secrets": "/api/v2/orgs/0389792ff6259000/secrets" }, "secrets": ["az", "gh"] }
The text was updated successfully, but these errors were encountered:
kelwang
No branches or pull requests
The
SecretKeys
schema has definedself
andorg
link:but the http response contains a
secrets
link instead of aself
:The text was updated successfully, but these errors were encountered: