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
Copy file name to clipboardexpand all lines: Documentation/REST API.md
+12
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
*[Delete files](#delete-files-api-reference)
8
8
*[Store files](#store-files-api-reference)
9
9
*[Get list of groups](#get-list-of-groups-api-reference)
10
+
*[Group info](#group-info-api-reference)
10
11
11
12
12
13
@@ -155,6 +156,17 @@ uploadcare.listOfGroups(withQuery: query) { (list, error) in
155
156
}
156
157
```
157
158
159
+
### Group info ([API Reference](https://uploadcare.com/api-refs/rest-api/v0.6.0/#operation/groupInfo?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-swift)) ###
160
+
161
+
```swift
162
+
uploadcare.groupInfo(withUUID: "c5bec8c7-d4b6-4921-9e55-6edb027546bc~1") { (group, error) in
0 commit comments