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

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