SF API Topic and Action Enablement
api-must-have-topic-scope
general > api-must-have-topic-scope
Guidance / Message
APIs enabled for agent topics and agent actions must declare the agent scope
Examples
valid
openapi: "3.0.0"
info:
title: example API
version: "1.0.0"
description: "This is the API description"
x-sfdc:
agent:
topic:
scope: the scope
invalid
openapi: "3.0.0"
info:
title: example API
version: "1.0.0"
Applies to WebAPI