Anypoint Best Practices

(15 reviews)

path-declarations-must-exist

general > path-declarations-must-exist


Guidance / Message

Path parameter declarations are required. '{{apiContract.path}}' is invalid.

Examples

valid

#%RAML 1.0
title: example api
version: 1.0.0
/events{somepath}:

invalid

#%RAML 1.0
title: example api
version: 1.0.0
/events{}:

Applies to EndPoint

Constraint

Type: Declarative Validation

Reviews

TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onNov 20, 2024
Asset overview

Asset versions for 1.6.x

Asset versions
VersionActions
1.6.3
1.6.1
1.6.0

Tags