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

Access SystemConfig from the API #256

Closed Artonus closed 8 months ago

Artonus commented 8 months ago

Create a new controller with only GET and PUT methods to get the current SystemConfig entry.

The PUT method should update only values specified in the update request. The rest should remain unchanged.

After implementing the interface update OpenApiSpec.json with the latest changes in the API, so it can be passed to Michal