Skip to content

Fix Get-ForumThread #8

@afscrome

Description

@afscrome

Calling Get-ForumThread usually fails due to overlapping paramater set parameters, so powershell is unable to determine which set to actually use. This is because the forum thread endpoint is special in that the query type is defined by seperate routes /active.json, /unread.json as opposed to as query string params as used elsewhere.

It may be simplest to just exclude this from code generation, and handle it as a special case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions