Skip to content

Commit

Permalink
[docs] Fix conflicting OpenAPI operation IDs (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpranckaitis authored Dec 15, 2020
1 parent 670ece8 commit 59843cf
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
74 changes: 37 additions & 37 deletions src/query/generated/assets/openapi/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions src/query/generated/assets/openapi/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ paths:
tags:
- "M3DB Placement"
summary: "Get the M3DB placement"
operationId: "placementGet"
operationId: "m3dbPlacementGet"
consumes:
- "application/json"
produces:
Expand All @@ -156,7 +156,7 @@ paths:
tags:
- "M3DB Placement"
summary: "Add an instance to the placement"
operationId: "placementAdd"
operationId: "m3dbPlacementAdd"
consumes:
- "application/json"
produces:
Expand All @@ -183,7 +183,7 @@ paths:
tags:
- "M3DB Placement"
summary: "Delete the M3DB placement"
operationId: "placementDeleteAll"
operationId: "m3dbPlacementDeleteAll"
consumes:
- "application/json"
produces:
Expand All @@ -203,7 +203,7 @@ paths:
- "M3Coordinator Placement"
- "M3Coordinator"
summary: "Get the M3Coordinator placement"
operationId: "placementGet"
operationId: "m3coordPlacementGet"
consumes:
- "application/json"
produces:
Expand All @@ -222,7 +222,7 @@ paths:
- "M3Coordinator Placement"
- "M3Coordinator"
summary: "Add an instance to the placement"
operationId: "placementAdd"
operationId: "m3coordPlacementAdd"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -250,7 +250,7 @@ paths:
- "M3Coordinator Placement"
- "M3Coordinator"
summary: "Delete the M3Coordinator placement"
operationId: "placementDeleteAll"
operationId: "m3coordPlacementDeleteAll"
consumes:
- "application/json"
produces:
Expand All @@ -270,7 +270,7 @@ paths:
- "M3Aggregator Placement"
- "M3Aggregator"
summary: "Get the M3Agg placement"
operationId: "m3AggplacementGet"
operationId: "m3AggPlacementGet"
consumes:
- "application/json"
produces:
Expand All @@ -289,7 +289,7 @@ paths:
- "M3Aggregator Placement"
- "M3Aggregator"
summary: "Add an M3Agg instance to the placement"
operationId: "m3AggplacementAdd"
operationId: "m3AggPlacementAdd"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -336,7 +336,7 @@ paths:
tags:
- "M3DB Placement"
summary: "Initialize the M3DB placement"
operationId: "placementInit"
operationId: "m3dbPlacementInit"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -364,7 +364,7 @@ paths:
tags:
- "M3DB Placement"
summary: "Replace an M3DB instance in the placement"
operationId: "placementReplace"
operationId: "m3dbPlacementReplace"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -393,7 +393,7 @@ paths:
- "M3Coordinator Placement"
- "M3Coordinator"
summary: "Initialize the M3Coordinator placement"
operationId: "placementInit"
operationId: "m3coordPlacementInit"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -422,7 +422,7 @@ paths:
- "M3Coordinator Placement"
- "M3Coordinator"
summary: "Replace an M3Coordinator"
operationId: "placementReplace"
operationId: "m3coordPlacementReplace"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -508,7 +508,7 @@ paths:
tags:
- "M3DB Placement"
summary: "Delete an M3DB instance from the placement"
operationId: "placementDelete"
operationId: "m3dbPlacementDelete"
consumes:
- "application/json"
produces:
Expand Down Expand Up @@ -537,7 +537,7 @@ paths:
- "M3Coordinator Placement"
- "M3Coordinator"
summary: "Delete an M3Coordinator instance from the placement"
operationId: "placementDelete"
operationId: "m3coordPlacementDelete"
consumes:
- "application/json"
produces:
Expand Down

0 comments on commit 59843cf

Please sign in to comment.