Skip to content

Commit 59d9e98

Browse files
Hendrejvrmfiebig
andauthored
Fix encrypted batch response description and schema (#44)
* update the description for the Http Status 200 response --------- Co-authored-by: Martin Fiebig <[email protected]>
1 parent 857748b commit 59d9e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs_sources/push_gateway_openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ paths:
228228
tweak: "tweak"
229229
responses:
230230
"200":
231-
description: Batch processing results with per-item status and summary
231+
description: Batch processing results with per-item status and summary. If the Push Gateway is unable to complete processing for some notifications, those will be marked as failed in the results.
232232
content:
233233
application/json:
234234
schema:
@@ -393,7 +393,7 @@ paths:
393393
tweak: "tweak"
394394
responses:
395395
"200":
396-
description: Batch processing results with per-item status and summary
396+
description: Batch processing results with per-item status and summary. If the Push Gateway is unable to complete processing for some notifications, those will be marked as failed in the results.
397397
content:
398398
application/json:
399399
schema:

0 commit comments

Comments
 (0)