SF API Topic and Action Enablement
operation-must-have-2xx
general > operation-must-have-2xx
Guidance / Message
API operations enabled as agent must have a 2xx response code
Examples
valid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
responses:
"200":
description: an operation
invalid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
responses:
"400":
description: an operation
Applies to Operation