Conversation
| @@ -0,0 +1,9 @@ | |||
| --- | |||
| openapi: docs/oas/myaccount/myaccount-api-oas.fr-ca.json post /authentication-methods/{authentication_method_id}/verify | |||
There was a problem hiding this comment.
Question: I noticed this points to a file that doesn't exist (myaccount-api-oas.fr-ca.json). My understanding is that we do not have French nor Japanese translations yet, but shouldn't this point to the English OAS (myaccount-api-oas.json) in the meantime?
There was a problem hiding this comment.
Good catch! I wonder if this is what is causing the not found errors 🤔 I will modify the script to check for the existence of a languaged oas before assigning to the page.
There was a problem hiding this comment.
Question: Are there any tests for this script that we need to add/update to reflect these changes?
There was a problem hiding this comment.
You read my mind! I realized last night that I did not update test coverage. I will work on that this morning 👍
|
@nlucero I don't know that the console errors are related to this, but I am still trying to identify a root cause and see if I can address. |
This issue is fixed. |


Description
This PR begins the process of implementing MyAccount API in Mintlify.
Changes:
docs.jsonReferences
https://auth0team.atlassian.net/browse/DM-289
Testing
Screen.Recording.2026-02-20.at.2.15.27.PM.mov
Screen.Recording.2026-02-19.at.4.34.28.PM.mov
Checklist
CONTRIBUTING.md.