Fix return object create config
This commit is contained in:
parent
1f8fe1b415
commit
9d0503f96b
@ -82,7 +82,7 @@ namespace ManagerService.Controllers
|
|||||||
/// Create a new configuration
|
/// Create a new configuration
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="newConfiguration">New configuration info</param>
|
/// <param name="newConfiguration">New configuration info</param>
|
||||||
[ProducesResponseType(typeof(RessourceDetailDTO), 200)]
|
[ProducesResponseType(typeof(ConfigurationDTO), 200)]
|
||||||
[ProducesResponseType(typeof(string), 400)]
|
[ProducesResponseType(typeof(string), 400)]
|
||||||
[ProducesResponseType(typeof(string), 409)]
|
[ProducesResponseType(typeof(string), 409)]
|
||||||
[ProducesResponseType(typeof(string), 500)]
|
[ProducesResponseType(typeof(string), 500)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user