Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiIssue HEAD operation name consistent across the spec #2893

Merged
merged 2 commits into from
Apr 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@
"tags": [
"ApiIssues"
],
"operationId": "ApiIssue_Head",
"operationId": "ApiIssue_GetEntityTag",
"description": "Gets the entity state (Etag) version of the Issue for an API specified by its identifier.",
"x-ms-examples": {
"ApiManagementHeadApiIssue": {
Expand Down Expand Up @@ -2890,6 +2890,9 @@
}
],
"responses": {
"200": {
"description": "The Issue was successfully deleted."
},
"204": {
"description": "The Issue was successfully deleted."
},
Expand Down Expand Up @@ -2972,7 +2975,7 @@
"tags": [
"ApiIssueComments"
],
"operationId": "ApiIssueComment_Head",
"operationId": "ApiIssueComment_GetEntityTag",
"description": "Gets the entity state (Etag) version of the issue Comment for an API specified by its identifier.",
"x-ms-examples": {
"ApiManagementHeadApiIssueComment": {
Expand Down Expand Up @@ -3188,6 +3191,9 @@
}
],
"responses": {
"200": {
"description": "The issue Comment was successfully deleted."
},
"204": {
"description": "The issue Comment was successfully deleted."
},
Expand Down Expand Up @@ -3270,7 +3276,7 @@
"tags": [
"ApiIssueAttachments"
],
"operationId": "ApiIssueAttachment_Head",
"operationId": "ApiIssueAttachment_GetEntityTag",
"description": "Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier.",
"x-ms-examples": {
"ApiManagementHeadApiIssueAttachment": {
Expand Down Expand Up @@ -3486,6 +3492,9 @@
}
],
"responses": {
"200": {
"description": "The issue Attachment was successfully deleted."
},
"204": {
"description": "The issue Attachment was successfully deleted."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"If-Match": "*"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"If-Match": "*"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"If-Match": "*"
},
"responses": {
"200": {},
"204": {}
}
}