docs: fix broken links in OAS (#14000)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user