Skip to content

Commit

Permalink
Remove force from version_type enum in rest-spec (#49370)
Browse files Browse the repository at this point in the history
As per #47228 `force` is no longer a valid option
  • Loading branch information
Mpdreamz authored and ywelsch committed Nov 26, 2019
1 parent 7f94302 commit 8098276
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down
3 changes: 1 addition & 2 deletions rest-api-spec/src/main/resources/rest-api-spec/api/get.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
"options":[
"internal",
"external",
"external_gte",
"force"
"external_gte"
],
"description":"Specific version type"
}
Expand Down

0 comments on commit 8098276

Please sign in to comment.