Skip to content

move GET api/collection-by-id/[id] to api/collection/[id] #1060

@sspenst

Description

@sspenst

api/collection/[id] currently has PUT and DELETE, which are withAuth APIs

api/collection-by-id/[id] is a GET API and does not require auth

Need a better way to combine auth / non-auth requests in a single apiWrapper (auth boolean in ReqExpected?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorImproving or cleaning up existing code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions