Update an existing HTTP proxy

Update an existing HTTP proxy

Body required
application/json

HTTP proxy to update

name
string required

Name of the proxy

host
string required

Hostname of the proxy

port
integer required

Port of the proxy

credentials
string | null

Name of the password credentials to use for Proxy Basic Authentication

Responses
  • 200 HTTP proxy successfully updated
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Name of the proxy

    host
    string required

    Hostname of the proxy

    port
    integer required

    Port of the proxy

    credentials
    string | null

    Name of the password credentials to use for Proxy Basic Authentication

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error