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

Error in Example Body in Documenation for /user/users #39

Open
U8NWXD opened this issue Jul 21, 2018 · 0 comments
Open

Error in Example Body in Documenation for /user/users #39

U8NWXD opened this issue Jul 21, 2018 · 0 comments

Comments

@U8NWXD
Copy link
Member

U8NWXD commented Jul 21, 2018

In the documentation for /user/users, the example body is:

{
  "id": 0,
  "username": "string",
  "first_name": "string",
  "last_name": "string",
  "email": "string",
  "register_date": "string",
  "role": 0,
  "last_login": "string",
  "gender": "string",
  "about_me": "string",
  "confirmed": true,
  "act_code": "string",
  "img_link": "string",
  "fp_code": "string"
}

I don't think the entries register_date, last_login, and confirmed should be present, as they shouldn't be changeable by users. I am not sure what act_code and fp_code mean, so they might not need to be present either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant