@remit/api-openapi-spec 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +2 -9
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -4341,19 +4341,12 @@
|
|
|
4341
4341
|
"successCount": {
|
|
4342
4342
|
"type": "integer",
|
|
4343
4343
|
"format": "int32",
|
|
4344
|
-
"description": "Number of items
|
|
4344
|
+
"description": "Number of items accepted for processing"
|
|
4345
4345
|
},
|
|
4346
4346
|
"failureCount": {
|
|
4347
4347
|
"type": "integer",
|
|
4348
4348
|
"format": "int32",
|
|
4349
|
-
"description": "Number of items
|
|
4350
|
-
},
|
|
4351
|
-
"failedIds": {
|
|
4352
|
-
"type": "array",
|
|
4353
|
-
"items": {
|
|
4354
|
-
"$ref": "#/components/schemas/UUID"
|
|
4355
|
-
},
|
|
4356
|
-
"description": "IDs of failed items"
|
|
4349
|
+
"description": "Number of items rejected before processing"
|
|
4357
4350
|
}
|
|
4358
4351
|
},
|
|
4359
4352
|
"description": "Bulk operation result for message operations"
|