Skip to content
New issue

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

Examples (e.g. for NamespaceApi getacl) use invalid true/false instead of True/False names #29

Open
tenortim opened this issue Apr 3, 2020 · 0 comments
Assignees
Labels
Bug_SDK Bugs related to SDK and surrounding scripts

Comments

@tenortim
Copy link

tenortim commented Apr 3, 2020

Example doc link
Capitalization matters.

acl = true # bool | Show access control lists.
nsaccess = true # bool | Indicates that the operation is on the access point instead of the store path. (optional)

should be

acl = True # bool | Show access control lists.
nsaccess = True # bool | Indicates that the operation is on the access point instead of the store path. (optional)
@vboddui vboddui added help wanted and removed bug labels Apr 24, 2020
@nalinkanwar nalinkanwar added Bug_SDK Bugs related to SDK and surrounding scripts and removed help wanted question labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug_SDK Bugs related to SDK and surrounding scripts
Projects
None yet
Development

No branches or pull requests

4 participants