SF API Topic and Action Enablement
operation-is-displayable
general > operation-is-displayable
Guidance / Message
isDisplayable property must be a boolean value
Examples
valid
/path:
get:
operationId: get-operation
x-sfdc:
agent:
action:
publishAsAgentAction: true
responses:
"200":
description: operation description
content:
application/json:
schema:
x-sfdc:
agent:
action:
isDisplayable: true
type: object
properties:
something:
type: string
invalid
/path:
get:
operationId: get-operation
x-sfdc:
agent:
action:
publishAsAgentAction: true
responses:
"200":
content:
application/json:
schema:
x-sfdc:
agent:
action:
isDisplayable: wadus
type: object
properties:
something:
type: string
Applies to Operation