5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

fix: check for duplicate names when adding new object #276

Closed Artonus closed 5 months ago

Artonus commented 5 months ago

Description

When adding objects, we could add multiple ones with the same names. Added name check and returns 400 status code when an object with the specified name already exists.

Fixes #268

Type of change

What has been changed?

How Has This Been Tested?

Checklist: