Skip to content

docs: update verify and generate_link endpoint type options in README#2373

Merged
cstockton merged 1 commit intosupabase:masterfrom
kmranimesh:docs-1710-verify-type-options
Feb 10, 2026
Merged

docs: update verify and generate_link endpoint type options in README#2373
cstockton merged 1 commit intosupabase:masterfrom
kmranimesh:docs-1710-verify-type-options

Conversation

@kmranimesh
Copy link
Contributor

Added missing verification type options to the API documentation:

  • POST /verify: add magiclink, email_change, sms, phone_change types
  • GET /verify: add email_change type
  • POST /admin/generate_link: add email_change_current, email_change_new types

All type options verified against actual source code in verify.go, mail.go, and mailer.go.

Closes #1710

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

Add missing verification type options to the API documentation:
- POST /verify: add magiclink, email_change, sms, phone_change types
- GET /verify: add email_change type
- POST /admin/generate_link: add email_change_current, email_change_new types

All type options verified against actual source code in verify.go, mail.go,
and mailer.go.

Closes supabase#1710
@kmranimesh kmranimesh requested a review from a team as a code owner February 10, 2026 18:11
Copy link
Contributor

@cstockton cstockton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@cstockton cstockton merged commit 8bea8bf into supabase:master Feb 10, 2026
1 check passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 21876889379

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 69.003%

Totals Coverage Status
Change from base Build 21874223389: 0.0%
Covered Lines: 14915
Relevant Lines: 21615

💛 - Coveralls

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.

API Endpoints Documentation Update Verify Parameter Options

3 participants