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

API does not allow editing your profile #693

Open
spaceninja opened this issue Apr 16, 2023 · 1 comment
Open

API does not allow editing your profile #693

spaceninja opened this issue Apr 16, 2023 · 1 comment

Comments

@spaceninja
Copy link
Member

On MLTSHP.com you can edit your profile photo, full name, about text, and website. The API does not support this functionality.

@spaceninja
Copy link
Member Author

Suggestion: Add the following endpoint:

POST /api/user

Updates the authorized user's details

Form Parameters

  • full_name - text for the user's full name (optional)
  • about - text for the user's description (optional)
  • website - text for the user's website (optional)

Status Codes

  • 200 OK – the response is an updated user object
  • 403 Forbidden – the user could not be updated due to permission issues

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

No branches or pull requests

1 participant