Skip to content

Update api docs and remove old attribute from User entity.

gitlab-qa-bot requested to merge github/fork/dblessing/apidocs into master

Created by: dblessing

The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity.

The screenshot shows the available attributes prior to this update. You can see that dark_scheme is not present, although it was exposed via User entity. Also, you can see that blocked is not present and is instead replaced with state.

user_api

Merge request reports