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

Constraint

Type: Declarative Validation
TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onMar 21, 2025
Asset overview

Asset versions for 1.1.x

Asset versions
VersionActions
1.1.1
1.1.0

Tags