Update some attributes of this Remote Host
remote_hosts_patch(
id,
name = NULL,
type = NULL,
url = NULL,
description = NULL
)
A list containing the following elements:
integer, The ID of the remote host.
string, The human readable name for the remote host.
string, The type of remote host. One of: RemoteHostTypes::Bigquery, RemoteHostTypes::Bitbucket, RemoteHostTypes::GitSSH, RemoteHostTypes::Github, RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC, RemoteHostTypes::Postgres, RemoteHostTypes::Redshift, RemoteHostTypes::S3Storage, and RemoteHostTypes::Salesforce
string, The URL for the remote host.
string, The description of the remote host.
string, Your permission level on the object. One of "read", "write", or "manage".
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string,
string,
integer required. The ID of the remote host.
string optional. The human readable name for the remote host.
string optional. The type of remote host. One of: RemoteHostTypes::Bigquery, RemoteHostTypes::Bitbucket, RemoteHostTypes::GitSSH, RemoteHostTypes::Github, RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC, RemoteHostTypes::Postgres, RemoteHostTypes::Redshift, RemoteHostTypes::S3Storage, and RemoteHostTypes::Salesforce
string optional. The URL for the remote host.
string optional. The description of the remote host.