File tree Expand file tree Collapse file tree
services/external-actor-gateway-service Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments