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
I tried to make a POST request to /api/v1/accounts, and the returned response code is 200, but the body is empty.
curl --request POST \ --url http://localhost:8080/api/v1/accounts \ --header 'Accept: application/json' \ --header 'Authorization: Bearer ZDNLZME4NTGTYWQ3MC0ZZJJMLWFINMETNZDLMGYYYTBJMTK3' \ --header 'User-Agent: test' \ --header 'content-type: application/json' \ --data '{ "reason": "testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest", "username": "testtest", "email": "test@example.com", "password": "testtesttesttest", "agreement": true, "locale":"zh-cn" }'
0.17.3+git-6f4cb2f
amd64 Docker
No response
Return an OAuth2 access token for the newly-created account.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug with a clear and concise description of what the bug is.
I tried to make a POST request to /api/v1/accounts, and the returned response code is 200, but the body is empty.
What's your GoToSocial Version?
0.17.3+git-6f4cb2f
GoToSocial Arch
amd64 Docker
What happened?
No response
What you expected to happen?
Return an OAuth2 access token for the newly-created account.
How to reproduce it?
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: