Skip to content

Update release endpoint fails with 500 for non-existent release #289

@innokenty

Description

@innokenty

Updating release for any non-existent release code results in a 500 Internal Server Error instead of a 404.

PUT /api/releases/NONEXISTENT – yields:

{
  "type": "about:blank",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "No value present",
  "instance": "/api/releases/NONEXISTENT",
  "timestamp": "2026-03-24T19:34:19.522480Z"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions