docs: fix broken links in OAS (#14000)

This commit is contained in:
Shahed Nasser
2025-11-07 10:48:37 +02:00
committed by GitHub
parent 5a96bb7da4
commit 6cd40c9f74
169 changed files with 291 additions and 300 deletions

View File

@@ -2095,7 +2095,7 @@ post:
providers.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/order/concepts#data-property
https://docs.medusajs.com/resources/commerce-modules/order/concepts#data-property
amount:
oneOf:
- type: string

View File

@@ -879,7 +879,7 @@ post:
description: The promotion's type.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/promotion/concepts#what-is-a-promotion
https://docs.medusajs.com/resources/commerce-modules/promotion/concepts#what-is-a-promotion
enum:
- standard
- buyget

View File

@@ -121,7 +121,7 @@ post:
description: The promotion's type.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/promotion/concepts#what-is-a-promotion
https://docs.medusajs.com/resources/commerce-modules/promotion/concepts#what-is-a-promotion
enum:
- standard
- buyget

View File

@@ -7,7 +7,7 @@ post:
the new user's details, or when you don't want users to re-login every day.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/auth/authentication-route#2-third-party-service-authenticate-flow
https://docs.medusajs.com/resources/commerce-modules/auth/authentication-route#2-third-party-service-authenticate-flow
description: Learn about third-party authentication flow.
x-authenticated: true
x-codeSamples:

View File

@@ -11,7 +11,7 @@ post:
continue authentication with the third-party service.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/auth/authentication-route#types-of-authentication-flows
https://docs.medusajs.com/resources/commerce-modules/auth/authentication-route#types-of-authentication-flows
description: Learn about different authentication flows.
x-authenticated: false
parameters:

View File

@@ -17,7 +17,7 @@ post:
request's Authorization header.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/auth/authentication-route#2-third-party-service-authenticate-flow
https://docs.medusajs.com/resources/commerce-modules/auth/authentication-route#2-third-party-service-authenticate-flow
description: Learn about third-party authentication flow.
x-authenticated: false
parameters:

View File

@@ -7,7 +7,7 @@ post:
user, such as the Accept Invite API route.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/auth/authentication-route#1-basic-authentication-flow
https://docs.medusajs.com/resources/commerce-modules/auth/authentication-route#1-basic-authentication-flow
description: Learn about the basic authentication flow.
x-authenticated: false
parameters:

View File

@@ -22,7 +22,7 @@ post:
Use the generated token to update the user's password using the [Reset Password API route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providerupdate).
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/auth/authentication-route#generate-reset-password-token-route
https://docs.medusajs.com/resources/commerce-modules/auth/authentication-route#generate-reset-password-token-route
description: Learn more about this API route.
x-authenticated: false
parameters:

View File

@@ -9,7 +9,7 @@ post:
You pass the token as a bearer token in the request's Authorization header.
externalDocs:
url: >-
https://docs.medusajs.com/v2/resources/commerce-modules/auth/authentication-route#reset-password-route
https://docs.medusajs.com/resources/commerce-modules/auth/authentication-route#reset-password-route
description: Learn more about this API route.
x-authenticated: true
parameters: