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

Docs for 'source' property in /api/v1/accounts/verify_credentials #357

Closed
tateisu opened this issue Jul 29, 2017 · 3 comments
Closed

Docs for 'source' property in /api/v1/accounts/verify_credentials #357

tateisu opened this issue Jul 29, 2017 · 3 comments
Assignees
Labels

Comments

@tateisu
Copy link
Contributor

tateisu commented Jul 29, 2017

Where is the document of 'source' property in /api/v1/accounts/verify_credentials ?

source.sensitive may null if user not yet save user setting.

@wxcafe
Copy link

wxcafe commented Sep 25, 2017

again, what?

@tateisu
Copy link
Contributor Author

tateisu commented Sep 26, 2017

the documentation says "GET /api/v1/accounts/verify_credentials " returns Account entity, but it's not correct.
the response of /api/v1/accounts/verify_credentials contains "source" property.

@tateisu
Copy link
Contributor Author

tateisu commented Sep 26, 2017

this is result of verify_credentials.

{"id":42223,"username":"tateisu","acct":"tateisu","display_name":"",
"locked":false,"created_at":"2017-07-24T22:54:27.651Z","note":"<p>いろはにほへと<\/p>",
"url":"https:\/\/mstdn.maud.io\/@tateisu",
"avatar":"https:\/\/mstdn.maud.io\/avatars\/original\/missing.png",
"avatar_static":"https:\/\/mstdn.maud.io\/avatars\/original\/missing.png",
"header":"https:\/\/mstdn.maud.io\/headers\/original\/missing.png",
"header_static":"https:\/\/mstdn.maud.io\/headers\/original\/missing.png",
"followers_count":0,"following_count":0,"statuses_count":0,
"source":{"privacy":"public","sensitive":false,"note":"いろはにほへと"}
}

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

No branches or pull requests

3 participants