Skip to content

User_id check in Patch item is useless #126

Description

@nichyjt

Two useless checks:

  1. Backend Microservice
    The backend requires that User_id be passed as a URL parameter. This is useless a the request body itself should contain User_id, implying that the item belongs to the LOST collection of items
  2. Item Microservice
    User_id is checked via URL param - but this is useless. The User_id existence should be checked via the request body iteself

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestwontfixThis will not be worked on

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions