Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 434 Bytes

File metadata and controls

31 lines (16 loc) · 434 Bytes

PathCharacters

Category

Data Plane Warning

Applies to

Data Plane OpenAPI specs

Output Message

Path contains non-recommended characters.

Description

Path should contain only recommended characters.

The recommended characters are 0-9, A-Z, a-z, -, ., _, ~, and :.

CreatedAt

June 18, 2022

LastModifiedAt

June 18, 2022

How to fix the violation

Eliminate any non-recommended characters from the path.