add ActivityPub representation to admin-user.vue
This commit is contained in:
parent
c71f816be2
commit
73eeabc118
6 changed files with 111 additions and 13 deletions
|
|
@ -12922,7 +12922,11 @@ export type operations = {
|
|||
requestBody: {
|
||||
content: {
|
||||
'application/json': {
|
||||
uri: string;
|
||||
uri?: string | null;
|
||||
/** Format: misskey:id */
|
||||
userId?: string | null;
|
||||
/** Format: misskey:id */
|
||||
noteId?: string | null;
|
||||
expandCollectionItems?: boolean;
|
||||
expandCollectionLimit?: number | null;
|
||||
allowAnonymous?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue