From 498eb8a0208d1db4ea3d6404d8075f32e4e7813b Mon Sep 17 00:00:00 2001 From: 2704jakob Date: Fri, 3 Feb 2023 12:35:54 +0700 Subject: [PATCH 1/2] Removed Duplicate Retrieve and Delete Sections --- reference/application-passwords.md | 48 +----------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/reference/application-passwords.md b/reference/application-passwords.md index 59f5076..64c5f36 100644 --- a/reference/application-passwords.md +++ b/reference/application-passwords.md @@ -105,37 +105,7 @@ -
-
-

Retrieve a Application Password

- -

Definition & Example Request

- - GET /wp/v2/users/<user_id>)/application-passwords - -

Query this endpoint to retrieve a specific application password record.

- - $ curl https://example.com/wp-json/wp/v2/users/<user_id>)/application-passwords -
-
-

Arguments

- - - - - -
- context
-
-

Scope under which the request is made; determines fields present in response.

-

- Default: view -

-

One of: view, embed, edit

-
- -
-
+

Create a Application Password

@@ -169,22 +139,6 @@ POST /wp/v2/users/<user_id>)/application-passwords
-
-
-

Delete a Application Password

-

There are no arguments for this endpoint.

- -
-
-

Definition

- - DELETE /wp/v2/users/<user_id>)/application-passwords - -

Example Request

- - $ curl -X DELETE https://example.com/wp-json/wp/v2/users/<user_id>)/application-passwords -
-

Retrieve a Application Password

From 551c89cd7e50a7ab3ea1e0c86af32e62e33b5d41 Mon Sep 17 00:00:00 2001 From: 2704jakob Date: Fri, 3 Feb 2023 12:38:40 +0700 Subject: [PATCH 2/2] removed lost
--- reference/application-passwords.md | 1 - 1 file changed, 1 deletion(-) diff --git a/reference/application-passwords.md b/reference/application-passwords.md index 64c5f36..b055baa 100644 --- a/reference/application-passwords.md +++ b/reference/application-passwords.md @@ -102,7 +102,6 @@ -