Skip to content

/v2/manifests returns 404 regardless of input #180

@RyloRiz

Description

@RyloRiz

Requesting the following endpoint (with example params filled in) always returns a 404 error, even when the specified manifest should exist.

Reproduction

curl --request GET \
  --url https://api.winget.run/v2/manifests/Microsoft.DotNet.Framework.DeveloperPack_4/4.8

Actual

{
  "statusCode": 404,
  "error": "Not Found",
  "message": "manifest not found"
}

Expected

{
  "Manifest": Manifest
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions