diff --git a/ManagerService/Controllers/ConfigurationController.cs b/ManagerService/Controllers/ConfigurationController.cs index aa9cd25..8637426 100644 --- a/ManagerService/Controllers/ConfigurationController.cs +++ b/ManagerService/Controllers/ConfigurationController.cs @@ -82,7 +82,7 @@ namespace ManagerService.Controllers /// Create a new configuration /// /// New configuration info - [ProducesResponseType(typeof(RessourceDetailDTO), 200)] + [ProducesResponseType(typeof(ConfigurationDTO), 200)] [ProducesResponseType(typeof(string), 400)] [ProducesResponseType(typeof(string), 409)] [ProducesResponseType(typeof(string), 500)]