From 064dee7d3c94f2ebda408cb93a1badc91d8624c5 Mon Sep 17 00:00:00 2001 From: Daniel M Brasil Date: Mon, 21 Aug 2023 10:21:23 -0300 Subject: [PATCH] add mastdon version --- content/en/methods/accounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 2e78ac48..b5b28af4 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -2299,7 +2299,7 @@ DELETE /api/v1/profile/avatar HTTP/1.1 **Returns:** [CredentialAccount]({{< relref "entities/Account#CredentialAccount">}})\ **OAuth**: User token + `write:accounts`\ **Version history:**\ -x.y.z - added +4.2.0 - added Deletes the avatar associated with the user's profile. @@ -2381,7 +2381,7 @@ DELETE /api/v1/profile/header HTTP/1.1 **Returns:** [CredentialAccount]({{< relref "entities/Account#CredentialAccount">}})\ **OAuth**: User token + `write:accounts`\ **Version history:**\ -x.y.z - added +4.2.0 - added Deletes the header image associated with the user's profile.