Add more metadata to instance endpoint

This commit is contained in:
Jesse Wierzbinski 2024-04-09 22:54:36 -10:00
parent 38a6f9a809
commit f490cfce78
No known key found for this signature in database
4 changed files with 65 additions and 11 deletions

View file

@ -22,6 +22,7 @@ export interface APIInstance {
max_characters: number;
max_media_attachments: number;
characters_reserved_per_url: number;
supported_mime_types: string[];
};
media_attachments: {
supported_mime_types: string[];