From 87b0675a058b7e2e75ef5548f161b333d80e247c Mon Sep 17 00:00:00 2001 From: Zvonimir Maglica Date: Thu, 5 Oct 2023 15:35:27 +0200 Subject: [PATCH] Added missing API docs sidebar links (#7389) --- .../fix-docs-api-add-missing-sidebar-links-for-intent-and-pm | 4 ++++ docs/rest-api/source/includes/wp-api-v3/intent.md | 2 +- docs/rest-api/source/index.html.md | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog/fix-docs-api-add-missing-sidebar-links-for-intent-and-pm diff --git a/changelog/fix-docs-api-add-missing-sidebar-links-for-intent-and-pm b/changelog/fix-docs-api-add-missing-sidebar-links-for-intent-and-pm new file mode 100644 index 00000000000..5147a9663af --- /dev/null +++ b/changelog/fix-docs-api-add-missing-sidebar-links-for-intent-and-pm @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Added missing API docs links for payment intents and payment methods API endpoints diff --git a/docs/rest-api/source/includes/wp-api-v3/intent.md b/docs/rest-api/source/includes/wp-api-v3/intent.md index d5d38d50986..4f2daf7984f 100644 --- a/docs/rest-api/source/includes/wp-api-v3/intent.md +++ b/docs/rest-api/source/includes/wp-api-v3/intent.md @@ -3,7 +3,7 @@ The Payment Intents API provides comprehensive functionality for managing payment intents. You can create and manage them seamlessly through its endpoints. -## Create payment intenr +## Create payment intent _@since v6.6.0_ diff --git a/docs/rest-api/source/index.html.md b/docs/rest-api/source/index.html.md index a34dc466d1a..6498e134d05 100644 --- a/docs/rest-api/source/index.html.md +++ b/docs/rest-api/source/index.html.md @@ -14,6 +14,8 @@ includes: - wp-api-v3/authentication - wp-api-v3/order - wp-api-v3/authorization + - wp-api-v3/customer + - wp-api-v3/intent search: false ---