removedInput schema / properties / access_token / default
Removed value: -null
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / group_id / default
Removed value: -null
changedInput schema / properties / group_id / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / limit / default
Removed value: -null
addedInput schema / properties / limit / maximum
Added value: +200
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / limit / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
removedInput schema / properties / offset / default
Removed value: -null
addedInput schema / properties / offset / minimum
Added value: +0
changedInput schema / properties / offset / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
removedInput schema / properties / search / default
Removed value: -null
changedInput schema / properties / search / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "type": "integer"
+ },
+ "slots": {
+ "items": {
+ "properties": {
+ "groupId": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "readUrl": {
+ "type": "string"
+ },
+ "sizeBytes": {
+ "type": "integer"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "format": "date-time",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}