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 c331190 commit feae776Copy full SHA for feae776
src/BenchmarksApps/Mvc/benchmarks.crudapi.yml
@@ -37,8 +37,8 @@ scenarios:
37
variables:
38
path: /Products
39
verb: POST
40
- customHeaders: [ 'content-type: application/json' ]
41
- bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
+ customHeaders: [ 'content-type: application/json' ]
+ bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
42
43
# Update product
44
ApiCrudUpdateProduct:
0 commit comments