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

Fix casing in api docs for visibility values #192

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

eikek
Copy link
Member

@eikek eikek commented Aug 28, 2024

The API docs should show lower case visibility values, as they are returned from the server.

Closes: #160

eikek added 2 commits August 28, 2024 14:15
The `toString()` value is used to generate the api documentation. To
make the docs match the actual result values, `toString()` is mapped
to `name` for `Visibility`.

Fixes: #160
@eikek eikek added the documentation Improvements or additions to documentation label Aug 28, 2024
@eikek eikek marked this pull request as ready for review August 28, 2024 12:34
@eikek eikek merged commit f0c1168 into development Aug 28, 2024
3 checks passed
@eikek eikek deleted the fix/160-enum-casing branch August 28, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API docs show wrong casing for enum values
1 participant