1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #3898: Fix status code for /service/:id/action

This commit is contained in:
Carlos Martín 2015-07-31 18:18:00 +02:00
parent 6f776f6381
commit 69ba0d4c70

View File

@ -258,7 +258,7 @@ post '/service/:id/action' do
error CloudServer::HTTP_ERROR_CODE[rc.errno], rc.message
end
status 201
status 204
end
put '/service/:id/role/:name' do