You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -518,3 +521,150 @@ Name | Type | Description | Notes
518
521
519
522
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
520
523
524
+
# **uploadGalleryImage**
525
+
> File uploadGalleryImage(file)
526
+
527
+
Upload gallery image
528
+
529
+
Upload a gallery image
530
+
531
+
### Example
532
+
```dart
533
+
import 'package:vrchat_dart_generated/api.dart';
534
+
// TODO Configure API key authorization: authCookie
**file** | **MultipartFile**| The binary blob of the png file. |
555
+
556
+
### Return type
557
+
558
+
[**File**](File.md)
559
+
560
+
### Authorization
561
+
562
+
[authCookie](../README.md#authCookie)
563
+
564
+
### HTTP request headers
565
+
566
+
-**Content-Type**: multipart/form-data
567
+
-**Accept**: application/json
568
+
569
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
570
+
571
+
# **uploadIcon**
572
+
> File uploadIcon(file)
573
+
574
+
Upload icon
575
+
576
+
Upload an icon
577
+
578
+
### Example
579
+
```dart
580
+
import 'package:vrchat_dart_generated/api.dart';
581
+
// TODO Configure API key authorization: authCookie
**file** | **MultipartFile**| The binary blob of the png file. |
602
+
603
+
### Return type
604
+
605
+
[**File**](File.md)
606
+
607
+
### Authorization
608
+
609
+
[authCookie](../README.md#authCookie)
610
+
611
+
### HTTP request headers
612
+
613
+
-**Content-Type**: multipart/form-data
614
+
-**Accept**: application/json
615
+
616
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**file** | **MultipartFile**| The binary blob of the png file. |
652
+
**tag** | **String**| Needs to be either icon, gallery, sticker or emoji |
653
+
**animationStyle** | **String**| Animation style for sticker, required for sticker. | [optional]
654
+
**maskTag** | **String**| Mask of the sticker, optional for sticker. | [optional]
655
+
656
+
### Return type
657
+
658
+
[**File**](File.md)
659
+
660
+
### Authorization
661
+
662
+
[authCookie](../README.md#authCookie)
663
+
664
+
### HTTP request headers
665
+
666
+
-**Content-Type**: multipart/form-data
667
+
-**Accept**: application/json
668
+
669
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments