SF API Topic and Action Enablement
only-specific-types-request
general > only-specific-types-request
Guidance / Message
Only String, Number, Integer, Boolean, String with date and Object types are allowed in requests
Examples
valid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
requestBody:
content:
application/json:
schema:
type: string
invalid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
requestBody:
content:
application/json:
schema:
type: array
items:
type: string
Applies to Operation