parent
845fe1c693
commit
2c7eed1fa1
3 changed files with 3 additions and 10 deletions
|
@ -3,7 +3,5 @@ import type { ApiRelationshipJSON } from 'mastodon/api_types/relationships';
|
|||
|
||||
export const apiSubmitAccountNote = (id: string, value: string) =>
|
||||
apiRequestPost<ApiRelationshipJSON>(`v1/accounts/${id}/note`, {
|
||||
data: {
|
||||
comment: value,
|
||||
},
|
||||
comment: value,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue