Accept avatar_description and header_description in /api/v1/accounts/update_credentials (#39547)

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk 2026-06-23 16:36:58 +02:00 committed by GitHub
parent 761c61b425
commit 0c8fef8e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,9 @@ class Api::V1::Accounts::CredentialsController < Api::BaseController
:display_name,
:note,
:avatar,
:avatar_description,
:header,
:header_description,
:locked,
:bot,
:discoverable,