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

Improper handling of enum descriptions on parameter tokens #234

@erunion

Description

@erunion
* @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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions