Skip to content

Commit 24b9b1f

Browse files
chore: sync OpenAPI specs from PR #3081
1 parent d1eb754 commit 24b9b1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

services/external-actor-gateway-service/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ components:
140140
type: string
141141
minLength: 1
142142
maxLength: 100
143-
description: Identifier for the upstream system sending the prospect activity
143+
description: Kebab-case identifier for the upstream system sending the prospect activity (e.g. 'crm-hubspot')
144144
type:
145145
default: webhook
146-
description: Prospect activity type. Defaults to 'webhook' when omitted
146+
description: Kebab-case prospect activity type. Defaults to 'webhook' when omitted (e.g. 'contact-update')
147147
type: string
148148
minLength: 1
149149
maxLength: 100
@@ -611,12 +611,12 @@ components:
611611
type: string
612612
minLength: 1
613613
maxLength: 100
614-
description: The stored prospect log source
614+
description: The stored prospect log source (kebab-case)
615615
type:
616616
type: string
617617
minLength: 1
618618
maxLength: 100
619-
description: The stored prospect log type
619+
description: The stored prospect log type (kebab-case)
620620
required:
621621
- prospectId
622622
- prospectLogId

0 commit comments

Comments
 (0)