SF API Topic and Action Enablement
operation-must-have-descriptions
general > operation-must-have-descriptions
Guidance / Message
API operations enabled as agent actions must have a description longer than 10 characters
Examples
valid
get:
operationId: get-operation
description: "this is an accurate description"
x-sfdc:
agent:
action:
publishAsAgentAction: true
invalid
get:
operationId: get-operation
description: short
x-sfdc:
agent:
action:
publishAsAgentAction: true
Applies to Operation