Method UpdateBlobSettingsStore
UpdateBlobSettingsStore(String, BlobSettingsStoreContract)
Update blob settings store.
Declaration
void UpdateBlobSettingsStore(string connectionId, BlobSettingsStoreContract blobSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
BlobSettingsStoreContract | blobSettings | Blob settings to update. See also BlobSettingsStoreContract |
Examples
POST http://YourServerName/InfoShare/Json/Common/UpdateBlobSettingsStore
Example for update blob settings store.{
"connectionId": "adb26c2e-c9ca-4091-aa59-4ff714539272",
"blobSettings": {
"AddImportedFilesToCache": true,
"CacheActive": true,
"CacheRetentionDays": 4 }
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |