Skip to content

Commit 7afa4f5

Browse files
authored
Clarify the server_address as used in ConnectionItem class (#1659)
Clarify the server_address as used in ConnectionItem class (as contrasted with how it's used in the Server class)
1 parent cdc4816 commit 7afa4f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api-ref.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ Name | Description
227227
`datasource_name` | The name of the data source.
228228
`id` | The identifier of the connection.
229229
`connection_type` | The type of connection.
230-
`username` | The username for the connection. (see ConnectionCredentials)
231-
`password` | The password used for the connection. (see ConnectionCredentials)
232-
`embed_password` | (Boolean) Determines whether to embed the password (`True`) for the workbook or data source connection or not (`False`). (see ConnectionCredentials)
233-
`server_address` | The server address for the connection.
230+
`username` | The username for the connection (see ConnectionCredentials).
231+
`password` | The password used for the connection (see ConnectionCredentials).
232+
`embed_password` | (Boolean) Determines whether to embed the password (`True`) for the workbook or data source connection or not (`False`) (see ConnectionCredentials).
233+
`server_address` | The server address for the connection (host name for the Tableau Server).
234234
`server_port` | The port used for the connection.
235235
`connection_credentials` | The Connection Credentials object containing authentication details for the connection. Replaces username/password/embed_password when publishing a flow, document or workbook file in the request body.
236236

0 commit comments

Comments
 (0)