Fix return create resource
This commit is contained in:
parent
cbd4773697
commit
43d95c2ab2
@ -195,7 +195,7 @@ namespace ManagerService.Controllers
|
||||
/// Create a new resource
|
||||
/// </summary>
|
||||
/// <param name="newResource">New resource info</param>
|
||||
[ProducesResponseType(typeof(ResourceDetailDTO), 200)]
|
||||
[ProducesResponseType(typeof(ResourceDTO), 200)]
|
||||
[ProducesResponseType(typeof(string), 400)]
|
||||
[ProducesResponseType(typeof(string), 409)]
|
||||
[ProducesResponseType(typeof(string), 500)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user