Anypoint Best Practices

(14 reviews)

define-path-params

general > define-path-params


Guidance / Message

Parameters referenced in the path string must be defined

Examples

valid

/test/{path-variable}:
  uriParameters:
    path-variable:
      type: string
  get: {}

invalid

/test/{path-variable}:
  get: {}

Applies to Operation

Constraint

Type: Rego Validation

Reviews

TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onDec 11, 2023
Asset overview

Asset versions for 1.6.x

Asset versions
VersionActions
1.6.1
1.6.0

Tags