-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
GET listCustomObjectForAllNamespaces
for the API path `/apis/{group}/{version}/{plural}`. We define a new key `/apis/{group}/{version}/{plural}#[U+200E]` in `custom_objects_spec.json` to work around this limitation. > OpenAPI defines a unique operation as a combination of a path and an HTTP > method. This means that two GET or two POST methods for the same path are not > allowed. — https://swagger.io/docs/specification/paths-and-operations We use the hair space empty character to visually hide this path param from the Swagger UI. may resolve #268 Work around was taken from [here][1]. [1]: OAI/OpenAPI-Specification#182 (comment)
- Loading branch information
Showing
1 changed file
with
126 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters