@@ -107,6 +107,7 @@ public async Task Endpoints_are_documented()
107
107
responsesElement . Should ( ) . HaveProperty ( "200.description" , "The operation completed successfully." ) ;
108
108
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.description" , "ETag identifying the version of the fetched resource." ) ;
109
109
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.example" , "\" 33a64df551425fcc55e4d42a148795d9f25f89d4\" " ) ;
110
+ responsesElement . Should ( ) . HaveProperty ( "200.headers.Content-Length.description" , "Size of the response body in bytes" ) ;
110
111
responsesElement . Should ( ) . HaveProperty ( "304.description" , "The resource was not modified." ) ;
111
112
responsesElement . Should ( ) . HaveProperty ( "400.description" , "The query string is invalid." ) ;
112
113
} ) ;
@@ -189,6 +190,7 @@ public async Task Endpoints_are_documented()
189
190
responsesElement . Should ( ) . HaveProperty ( "200.description" , "The operation completed successfully." ) ;
190
191
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.description" , "ETag identifying the version of the fetched resource." ) ;
191
192
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.example" , "\" 33a64df551425fcc55e4d42a148795d9f25f89d4\" " ) ;
193
+ responsesElement . Should ( ) . HaveProperty ( "200.headers.Content-Length.description" , "Size of the response body in bytes" ) ;
192
194
responsesElement . Should ( ) . HaveProperty ( "304.description" , "The resource was not modified." ) ;
193
195
responsesElement . Should ( ) . HaveProperty ( "400.description" , "The query string is invalid." ) ;
194
196
responsesElement . Should ( ) . HaveProperty ( "404.description" , "The skyscraper does not exist." ) ;
@@ -295,6 +297,7 @@ public async Task Endpoints_are_documented()
295
297
responsesElement . Should ( ) . HaveProperty ( "200.description" , "The operation completed successfully." ) ;
296
298
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.description" , "ETag identifying the version of the fetched resource." ) ;
297
299
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.example" , "\" 33a64df551425fcc55e4d42a148795d9f25f89d4\" " ) ;
300
+ responsesElement . Should ( ) . HaveProperty ( "200.headers.Content-Length.description" , "Size of the response body in bytes" ) ;
298
301
responsesElement . Should ( ) . HaveProperty ( "304.description" , "The resource was not modified." ) ;
299
302
responsesElement . Should ( ) . HaveProperty ( "400.description" , "The query string is invalid." ) ;
300
303
responsesElement . Should ( ) . HaveProperty ( "404.description" , "The skyscraper does not exist." ) ;
@@ -355,6 +358,7 @@ public async Task Endpoints_are_documented()
355
358
responsesElement . Should ( ) . HaveProperty ( "200.description" , "The operation completed successfully." ) ;
356
359
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.description" , "ETag identifying the version of the fetched resource." ) ;
357
360
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.example" , "\" 33a64df551425fcc55e4d42a148795d9f25f89d4\" " ) ;
361
+ responsesElement . Should ( ) . HaveProperty ( "200.headers.Content-Length.description" , "Size of the response body in bytes" ) ;
358
362
responsesElement . Should ( ) . HaveProperty ( "304.description" , "The resource was not modified." ) ;
359
363
responsesElement . Should ( ) . HaveProperty ( "400.description" , "The query string is invalid." ) ;
360
364
responsesElement . Should ( ) . HaveProperty ( "404.description" , "The skyscraper does not exist." ) ;
@@ -438,6 +442,7 @@ public async Task Endpoints_are_documented()
438
442
responsesElement . Should ( ) . HaveProperty ( "200.description" , "The operation completed successfully." ) ;
439
443
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.description" , "ETag identifying the version of the fetched resource." ) ;
440
444
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.example" , "\" 33a64df551425fcc55e4d42a148795d9f25f89d4\" " ) ;
445
+ responsesElement . Should ( ) . HaveProperty ( "200.headers.Content-Length.description" , "Size of the response body in bytes" ) ;
441
446
responsesElement . Should ( ) . HaveProperty ( "304.description" , "The resource was not modified." ) ;
442
447
responsesElement . Should ( ) . HaveProperty ( "400.description" , "The query string is invalid." ) ;
443
448
responsesElement . Should ( ) . HaveProperty ( "404.description" , "The skyscraper does not exist." ) ;
@@ -498,6 +503,7 @@ public async Task Endpoints_are_documented()
498
503
responsesElement . Should ( ) . HaveProperty ( "200.description" , "The operation completed successfully." ) ;
499
504
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.description" , "ETag identifying the version of the fetched resource." ) ;
500
505
responsesElement . Should ( ) . HaveProperty ( "200.headers.ETag.example" , "\" 33a64df551425fcc55e4d42a148795d9f25f89d4\" " ) ;
506
+ responsesElement . Should ( ) . HaveProperty ( "200.headers.Content-Length.description" , "Size of the response body in bytes" ) ;
501
507
responsesElement . Should ( ) . HaveProperty ( "304.description" , "The resource was not modified." ) ;
502
508
responsesElement . Should ( ) . HaveProperty ( "400.description" , "The query string is invalid." ) ;
503
509
responsesElement . Should ( ) . HaveProperty ( "404.description" , "The skyscraper does not exist." ) ;
0 commit comments