Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 396 Bytes

path-parameter-names.md

File metadata and controls

29 lines (15 loc) · 396 Bytes

PathParameterNames

Category

Data Plane Warning

Applies to

Data Plane OpenAPI specs

Output Message

Inconsistent parameter names "foo" and "bar" for path segment "baz".

Description

Path parameter names should be consistent across all paths.

CreatedAt

June 18, 2022

LastModifiedAt

June 18, 2022

How to fix the violation

Make the path parameter names consistent.