Skip to content

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

@tenortim

Description

@tenortim

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)

Metadata

Metadata

Assignees

Labels

Bug_SDKBugs related to SDK and surrounding scripts

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions