Fix return object create config

This commit is contained in:
Thomas Fransolet 2021-05-01 00:20:25 +02:00
parent 1f8fe1b415
commit 9d0503f96b

View File

@ -82,7 +82,7 @@ namespace ManagerService.Controllers
/// Create a new configuration
/// </summary>
/// <param name="newConfiguration">New configuration info</param>
[ProducesResponseType(typeof(RessourceDetailDTO), 200)]
[ProducesResponseType(typeof(ConfigurationDTO), 200)]
[ProducesResponseType(typeof(string), 400)]
[ProducesResponseType(typeof(string), 409)]
[ProducesResponseType(typeof(string), 500)]