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 73aa74e commit 8fdadfdCopy full SHA for 8fdadfd
sdk/storage_blobs/src/container/operations/get_properties.rs
@@ -36,6 +36,9 @@ impl GetPropertiesBuilder {
36
pub fn into_future(mut self) -> Response {
37
Box::pin(async move {
38
let mut url = self.container_client.url_with_segments(None)?;
39
+
40
+ url.query_pairs_mut().append_pair("restype", "container");
41
42
self.timeout.append_to_url_query(&mut url);
43
44
let mut headers = Headers::new();
0 commit comments