mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
fix: make bulk options distinct
This commit is contained in:
+19
-1
@@ -1713,7 +1713,7 @@
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/OptionsMessageSearch"
|
||||
"$ref": "#/components/schemas/OptionsBulkDelete"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -6996,6 +6996,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OptionsBulkDelete": {
|
||||
"title": "Search Parameters",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"ids"
|
||||
],
|
||||
"properties": {
|
||||
"ids": {
|
||||
"description": "Message IDs",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"maxItems": 100,
|
||||
"minItems": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"DataCreateGroup": {
|
||||
"title": "Group Data",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user