Skip to content

Commit

Permalink
feat: qlik api updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild authored Jul 19, 2024
1 parent c3c8246 commit 52b6e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-connections.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ type DuplicateDataAConnectionHttpError = {
status: number;
};
/**
* Update multiple connections, only available to Admin
* Update multiple connections, only available to Admin. When update is to change ownership of a connection, note that the credentials associated with the connection will NOT be transfored to the new owner, and new owner is expected to provide their own crednetials for the connection.
*
* @param body an object with the body content
* @throws UpdateDataConnectionsHttpError
Expand Down Expand Up @@ -541,7 +541,7 @@ interface DataConnectionsAPI {
*/
duplicateDataAConnection: typeof duplicateDataAConnection;
/**
* Update multiple connections, only available to Admin
* Update multiple connections, only available to Admin. When update is to change ownership of a connection, note that the credentials associated with the connection will NOT be transfored to the new owner, and new owner is expected to provide their own crednetials for the connection.
*
* @param body an object with the body content
* @throws UpdateDataConnectionsHttpError
Expand Down

0 comments on commit 52b6e32

Please sign in to comment.