We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6149b commit 14db882Copy full SHA for 14db882
Modules/Commvault.RESTSession/Commvault.RESTSession.psm1
@@ -1121,7 +1121,7 @@ function GetAPIDetail ([String] $Request) {
1121
'Backup-CVSQLSubclient' = @{
1122
1123
Description = 'Backup SQL instance subclients'
1124
- Endpoint = 'v2/sql/instances/{instanceId}/backup?subclient={subclientId}'
+ Endpoint = 'v2/sql/instances/{instanceId}/backup?subClientId={subclientId}'
1125
Method = 'Post'
1126
Body = ''
1127
}
0 commit comments