Skip to content

Commit 3e6f238

Browse files
[Storage] Swagger fix for x-ms-creation-time header on blob download (#22559)
* Swagger fix * Add to 206 status * Fix indent * Wrong 206 * pretty print
1 parent 2b402fe commit 3e6f238

File tree

1 file changed

+12
-0
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-12-02

1 file changed

+12
-0
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-12-02/blob.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,6 +2684,12 @@
26842684
"format": "date-time-rfc1123",
26852685
"description": "Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
26862686
},
2687+
"x-ms-creation-time": {
2688+
"x-ms-client-name": "CreationTime",
2689+
"type": "string",
2690+
"format": "date-time-rfc1123",
2691+
"description": "Returns the date and time the blob was created."
2692+
},
26872693
"x-ms-meta": {
26882694
"type": "string",
26892695
"x-ms-client-name": "Metadata",
@@ -2957,6 +2963,12 @@
29572963
"format": "date-time-rfc1123",
29582964
"description": "Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
29592965
},
2966+
"x-ms-creation-time": {
2967+
"x-ms-client-name": "CreationTime",
2968+
"type": "string",
2969+
"format": "date-time-rfc1123",
2970+
"description": "Returns the date and time the blob was created."
2971+
},
29602972
"x-ms-meta": {
29612973
"type": "string",
29622974
"x-ms-client-name": "Metadata",

0 commit comments

Comments
 (0)