Skip to content

Commit 58d2b07

Browse files
committed
docs: fix information on the auth verification routes
1 parent e5fb75c commit 58d2b07

15 files changed

Lines changed: 4855 additions & 4813 deletions

File tree

www/apps/api-reference/generated/api-ref-paths.mjs

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,17 +2060,17 @@ export const apiRefPaths = {
20602060
"title": "Create Product",
20612061
"method": "post"
20622062
},
2063-
"PostProductsImports": {
2063+
"PostProductsImport": {
20642064
"slug": "create-product-import",
20652065
"path": "/admin/products/create-product-import",
2066-
"oldHash": "products_postproductsimports",
2066+
"oldHash": "products_postproductsimport",
20672067
"title": "Create Product Import",
20682068
"method": "post"
20692069
},
2070-
"PostProductsImport": {
2070+
"PostProductsImports": {
20712071
"slug": "create-product-import-2",
20722072
"path": "/admin/products/create-product-import-2",
2073-
"oldHash": "products_postproductsimport",
2073+
"oldHash": "products_postproductsimports",
20742074
"title": "Create Product Import",
20752075
"method": "post"
20762076
},
@@ -2263,17 +2263,17 @@ export const apiRefPaths = {
22632263
"title": "List Property Labels",
22642264
"method": "get"
22652265
},
2266-
"PostPropertyLabelsBatch": {
2266+
"PostPropertyLabels": {
22672267
"slug": "create-property-label",
22682268
"path": "/admin/property-labels/create-property-label",
2269-
"oldHash": "property-labels_postpropertylabelsbatch",
2269+
"oldHash": "property-labels_postpropertylabels",
22702270
"title": "Create Property Label",
22712271
"method": "post"
22722272
},
2273-
"PostPropertyLabels": {
2273+
"PostPropertyLabelsBatch": {
22742274
"slug": "create-property-label-2",
22752275
"path": "/admin/property-labels/create-property-label-2",
2276-
"oldHash": "property-labels_postpropertylabels",
2276+
"oldHash": "property-labels_postpropertylabelsbatch",
22772277
"title": "Create Property Label",
22782278
"method": "post"
22792279
},
@@ -3335,6 +3335,13 @@ export const apiRefPaths = {
33353335
"title": "Authenticate Customer",
33363336
"method": "post"
33373337
},
3338+
"PostVerificationConfirm": {
3339+
"slug": "confirm-verification",
3340+
"path": "/store/auth/confirm-verification",
3341+
"oldHash": "auth_postverificationconfirm",
3342+
"title": "Confirm Verification",
3343+
"method": "post"
3344+
},
33383345
"PostActor_typeAuth_providerResetPassword": {
33393346
"slug": "generate-reset-password-token",
33403347
"path": "/store/auth/generate-reset-password-token",
@@ -3349,6 +3356,13 @@ export const apiRefPaths = {
33493356
"title": "Refresh Authentication Token",
33503357
"method": "post"
33513358
},
3359+
"PostVerificationRequest": {
3360+
"slug": "request-verification",
3361+
"path": "/store/auth/request-verification",
3362+
"oldHash": "auth_postverificationrequest",
3363+
"title": "Request Verification",
3364+
"method": "post"
3365+
},
33523366
"PostActor_typeAuth_providerUpdate": {
33533367
"slug": "reset-password",
33543368
"path": "/store/auth/reset-password",
@@ -4319,8 +4333,8 @@ export const apiRefRedirects = {
43194333
"products_postproductsimportstransaction_idconfirm": "/admin/products/confirm-product-import-2",
43204334
"products_postproductsidvariants": "/admin/products/create-variant",
43214335
"products_postproducts": "/admin/products/create-product",
4322-
"products_postproductsimports": "/admin/products/create-product-import",
4323-
"products_postproductsimport": "/admin/products/create-product-import-2",
4336+
"products_postproductsimport": "/admin/products/create-product-import",
4337+
"products_postproductsimports": "/admin/products/create-product-import-2",
43244338
"products_postproductsexport": "/admin/products/export-products",
43254339
"products_postproductsidvariantsvariant_idimagesbatch": "/admin/products/manage-images-of-product-variant",
43264340
"products_postproductsbatch": "/admin/products/manage-products",
@@ -4350,8 +4364,8 @@ export const apiRefRedirects = {
43504364
"promotions": "/admin/promotions",
43514365
"property-labels_getpropertylabelsid": "/admin/property-labels/get-a-property-label",
43524366
"property-labels_getpropertylabels": "/admin/property-labels/list-property-labels",
4353-
"property-labels_postpropertylabelsbatch": "/admin/property-labels/create-property-label",
4354-
"property-labels_postpropertylabels": "/admin/property-labels/create-property-label-2",
4367+
"property-labels_postpropertylabels": "/admin/property-labels/create-property-label",
4368+
"property-labels_postpropertylabelsbatch": "/admin/property-labels/create-property-label-2",
43554369
"property-labels_postpropertylabelsid": "/admin/property-labels/update-a-property-label",
43564370
"property-labels_deletepropertylabelsid": "/admin/property-labels/delete-a-property-label",
43574371
"property-labels_propertylabel_schema": "/admin/property-labels/schema",
@@ -4531,8 +4545,10 @@ export const apiRefRedirects = {
45314545
"workflows": "/store/workflows",
45324546
"localization": "/store/localization",
45334547
"auth_postactor_typeauth_provider": "/store/auth/authenticate-customer",
4548+
"auth_postverificationconfirm": "/store/auth/confirm-verification",
45344549
"auth_postactor_typeauth_providerresetpassword": "/store/auth/generate-reset-password-token",
45354550
"auth_postadminauthtokenrefresh": "/store/auth/refresh-authentication-token",
4551+
"auth_postverificationrequest": "/store/auth/request-verification",
45364552
"auth_postactor_typeauth_providerupdate": "/store/auth/reset-password",
45374553
"auth_postactor_typeauth_provider_register": "/store/auth/retrieve-registration-jwt-token",
45384554
"auth_postsession": "/store/auth/set-authentication-session",

www/apps/api-reference/generated/generated-store-sidebar.mjs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ const generatedgeneratedStoreSidebarSidebar = {
8181
"text": "Post"
8282
}
8383
},
84+
{
85+
"type": "link",
86+
"path": "/store/auth/confirm-verification",
87+
"title": "Confirm Verification",
88+
"loaded": true,
89+
"badge": {
90+
"variant": "blue",
91+
"text": "Post"
92+
}
93+
},
8494
{
8595
"type": "link",
8696
"path": "/store/auth/generate-reset-password-token",
@@ -101,6 +111,16 @@ const generatedgeneratedStoreSidebarSidebar = {
101111
"text": "Post"
102112
}
103113
},
114+
{
115+
"type": "link",
116+
"path": "/store/auth/request-verification",
117+
"title": "Request Verification",
118+
"loaded": true,
119+
"badge": {
120+
"variant": "blue",
121+
"text": "Post"
122+
}
123+
},
104124
{
105125
"type": "link",
106126
"path": "/store/auth/reset-password",

0 commit comments

Comments
 (0)