PathCharacters

October 10, 2022 ยท View on GitHub

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.

Contents

  1. 1Category
  2. 2Applies to
  3. 3Output Message
  4. 4Description
  5. 5CreatedAt
  6. 6LastModifiedAt
  7. 7How to fix the violation