M54: harden operations and demo resilience
This commit is contained in:
+10
-8
@@ -2757,10 +2757,6 @@ components:
|
||||
type: string
|
||||
format: date-time
|
||||
title: Ends At
|
||||
requirements_complete:
|
||||
type: boolean
|
||||
title: Requirements Complete
|
||||
default: false
|
||||
type: object
|
||||
required:
|
||||
- customer_ref
|
||||
@@ -4189,11 +4185,13 @@ components:
|
||||
title: ResolveOverlapRequest
|
||||
ReturnCallbackIn:
|
||||
properties:
|
||||
event_id:
|
||||
type: string
|
||||
format: uuid
|
||||
title: Event Id
|
||||
correlation_id:
|
||||
anyOf:
|
||||
- type: string
|
||||
format: uuid
|
||||
- type: 'null'
|
||||
type: string
|
||||
format: uuid
|
||||
title: Correlation Id
|
||||
follow_up:
|
||||
anyOf:
|
||||
@@ -4208,6 +4206,9 @@ components:
|
||||
- type: 'null'
|
||||
title: Summary
|
||||
type: object
|
||||
required:
|
||||
- event_id
|
||||
- correlation_id
|
||||
title: ReturnCallbackIn
|
||||
description: 'Body of the n8n return follow-up callback.
|
||||
|
||||
@@ -4777,6 +4778,7 @@ components:
|
||||
correlation_id:
|
||||
anyOf:
|
||||
- type: string
|
||||
format: uuid
|
||||
- type: 'null'
|
||||
title: Correlation Id
|
||||
attempt:
|
||||
|
||||
Reference in New Issue
Block a user