SF API Topic and Action Enablement

only-specific-types-params

general > only-specific-types-params


Guidance / Message

Only String, Number, Integer, Boolean, String with date and Object types are allowed in parameters

Examples

valid

get:
  x-sfdc:
    agent:
      action:
        publishAsAgentAction: true
  parameters:
    - name: param1
      in: header
      schema:
        type: string

invalid

get:
  x-sfdc:
    agent:
      action:
        publishAsAgentAction: true
  parameters:
    - name: param1
      in: header
      schema:
        type: array
        items:
          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