openBackhaul / NotificationProxy

Consolidates notifications into specific streams
Apache License 2.0
1 stars 1 forks source link

Getting response code 204 when user invoke API:/v1/remove-controller where no controller is available #56

Closed Ziabatcha closed 9 months ago

Ziabatcha commented 9 months ago

When no controller is available on notification proxy, it is giving response code as 204 when user sent response

API:/v1/remove-controller

Response code: 204

Ziabatcha commented 9 months ago

services shall follow the concept of idempotence.

Examples:

Hopefully, this was helpful