Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Improper handling of enum descriptions on parameter tokens #234

Open
erunion opened this issue May 13, 2019 · 0 comments
Open

Improper handling of enum descriptions on parameter tokens #234

erunion opened this issue May 13, 2019 · 0 comments
Labels

Comments

@erunion
Copy link
Owner

erunion commented May 13, 2019

* @api-queryParam:public {filter}
*      + Members
*          - `embeddable`
*          - `conditional_featured` - Featured (promoted) videos
-
    description: "The attribute by which to filter the results.\n\nOption descriptions:\n * `conditional_featured` - Featured (promoted) videos\n"
    in: query
    name: filter
    required: false
    schema:
    type: string
    enum:
        - conditional_featured
        - embeddable
@erunion erunion added the bug label May 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant