add possibility to un/lock accounts
This commit is contained in:
parent
361352c2e1
commit
3628b8431d
5 changed files with 42 additions and 5 deletions
|
@ -142,6 +142,7 @@ public interface MastodonApi {
|
|||
Call<Account> accountUpdateCredentials(
|
||||
@Nullable @Part(value="display_name") RequestBody displayName,
|
||||
@Nullable @Part(value="note") RequestBody note,
|
||||
@Nullable @Part(value="locked") RequestBody locked,
|
||||
@Nullable @Part MultipartBody.Part avatar,
|
||||
@Nullable @Part MultipartBody.Part header);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue