SF API Topic and Action Enablement
operation-must-have-operation-id
general > operation-must-have-operation-id
Guidance / Message
API operations enabled as agent actions must have an operationId
Examples
valid
get:
operationId: get-operation
x-sfdc:
agent:
action:
publishAsAgentAction: true
invalid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
Applies to Operation