Skip to content

Commit

Permalink
Add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Gupta committed Feb 8, 2024
1 parent 00137e9 commit a30f310
Showing 1 changed file with 35 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@
"description": "Successfully deleted web app."
},
"202": {
"description": "Asynchronous operation in progress."
"description": "Asynchronous operation in progress.",
"headers": {
"location": {
"description": "location header",
"type": "string"
}
}
},
"404": {
"description": "Web app not found.",
Expand Down Expand Up @@ -1134,7 +1140,13 @@
}
},
"202": {
"description": "Asynchronous operation in progress."
"description": "Asynchronous operation in progress.",
"headers": {
"location": {
"description": "location header",
"type": "string"
}
}
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -1917,7 +1929,13 @@
}
},
"202": {
"description": "Asynchronous operation in progress."
"description": "Asynchronous operation in progress.",
"headers": {
"location": {
"description": "location header",
"type": "string"
}
}
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -2470,7 +2488,13 @@
}
},
"202": {
"description": "Asynchronous operation in progress."
"description": "Asynchronous operation in progress.",
"headers": {
"location": {
"description": "location header",
"type": "string"
}
}
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -2528,7 +2552,13 @@
}
},
"202": {
"description": "Asynchronous operation in progress."
"description": "Asynchronous operation in progress.",
"headers": {
"location": {
"description": "location header",
"type": "string"
}
}
},
"default": {
"description": "App Service error response.",
Expand Down

0 comments on commit a30f310

Please sign in to comment.