src/api2/config/datastore.rs_ fix method docs
This commit is contained in:
		@ -128,7 +128,7 @@ pub fn read_datastore(name: String) -> Result<Value, Error> {
 | 
			
		||||
        permission: &Permission::Privilege(&["datastore", "{name}"], PRIV_DATASTORE_ALLOCATE, false),
 | 
			
		||||
    },
 | 
			
		||||
)]
 | 
			
		||||
/// Create new datastore config.
 | 
			
		||||
/// Update datastore config.
 | 
			
		||||
pub fn update_datastore(
 | 
			
		||||
    name: String,
 | 
			
		||||
    comment: Option<String>,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user