Engine

Update web server settings

Updates only the web server port

put/api/engine/web-server

Request body

portnumber double required

The port on which the engine listens.

Example request

{
  "port": 8080
}

Response

Engine web server settings updated successfully

needsRedirectboolean required

Whether the client needs to redirect due to a port change.

newPortnumber double nullable required

The new port to redirect to, if applicable.

Example response

{
  "needsRedirect": true,
  "newPort": 3333
}

Changes