Skip to content

docs: fix responseType JSDoc and clarify auth samples#2003

Open
jameshang93 wants to merge 1 commit into
microsoftgraph:devfrom
jameshang93:docs/fix-responsetype-jsdoc-and-auth-note
Open

docs: fix responseType JSDoc and clarify auth samples#2003
jameshang93 wants to merge 1 commit into
microsoftgraph:devfrom
jameshang93:docs/fix-responsetype-jsdoc-and-auth-note

Conversation

@jameshang93

Copy link
Copy Markdown

Summary

Fixes a copy-paste JSDoc error on responseType and clarifies that README auth samples are illustrative (with pointers to the local test mock provider). Also replaces a dead UserVoice docs-request link in CONTRIBUTING.

Fixes #1755 (JSDoc portion only).

Changes

  • src/GraphRequest.ts: correct responseType JSDoc
  • README.md: note that auth samples are illustrative; link test/DummyAuthenticationProvider.ts
  • CONTRIBUTING.md: route documentation requests to GitHub Issues instead of UserVoice

Test plan

  • Confirm JSDoc text matches method behavior
  • Confirm README links resolve
  • No live Graph / M365 login required

Docs/comments only.

Correct the copy-pasted responseType documentation and note that auth samples are illustrative, pointing to the DummyAuthenticationProvider test helper.
@jameshang93
jameshang93 requested a review from a team as a code owner July 20, 2026 15:57
@jameshang93

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

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

Successfully merging this pull request may close these issues.

The method documentation seems to be wrong because of copy paste?

1 participant