We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/account
/account/{id}
/account/{id}/username
/account/{id}/email
/account/{id}/regen-token
/account/{id}/oauth
/account/{id}/oauth/{id}
This might need to be on a different resource:
The text was updated successfully, but these errors were encountered:
Sv443
No branches or pull requests
/account
to create a new accountRequired data:
oauth info, username, email, tos & prv. policy accepted
/account/{id}
to get all info about the account except auth (owner, admin)/account/{id}/username
to change the username (owner, admin)/account/{id}/email
to change the email address (owner)/account/{id}
to delete an account (owner, admin)/account/{id}/regen-token
to regenerate the API token (owner, admin)/account/{id}/oauth
to list all current oauth providers (owner)/account/{id}/oauth
to register a new oauth provider (owner)/account/{id}/oauth/{id}
to change an oauth provider (owner)/account/{id}/oauth/{id}
to delete an oauth provider (owner)This might need to be on a different resource:
The text was updated successfully, but these errors were encountered: