SF API Topic and Action Enablement
operation-response-must-have-description
general > operation-response-must-have-description
Guidance / Message
Responses for API operations enabled as agent actions must have description
Examples
valid
responses:
"200":
description: response description
content:
application/json:
schema:
type: object
properties:
something:
type: string
invalid
responses:
"200":
content:
application/json:
schema:
type: object
properties:
something:
type: string
Applies to Operation