|
45 | 45 | /v1/example/a_bit_of_everything: |
46 | 46 | post: |
47 | 47 | tags: |
48 | | - - "ABitOfEverythingService" |
| 48 | + - "ABitOfEverything" |
49 | 49 | operationId: "ABitOfEverythingService_CreateBody" |
50 | 50 | parameters: |
51 | 51 | - in: "body" |
@@ -134,7 +134,7 @@ paths: |
134 | 134 | /v1/example/a_bit_of_everything/params/get/nested_enum/{singleNested.ok}: |
135 | 135 | get: |
136 | 136 | tags: |
137 | | - - "ABitOfEverythingService" |
| 137 | + - "ABitOfEverything" |
138 | 138 | operationId: "ABitOfEverythingService_CheckNestedEnumGetQueryParams" |
139 | 139 | parameters: |
140 | 140 | - name: "singleNested.ok" |
@@ -546,7 +546,7 @@ paths: |
546 | 546 | /v1/example/a_bit_of_everything/params/get/{singleNested.name}: |
547 | 547 | get: |
548 | 548 | tags: |
549 | | - - "ABitOfEverythingService" |
| 549 | + - "ABitOfEverything" |
550 | 550 | operationId: "ABitOfEverythingService_CheckGetQueryParams" |
551 | 551 | parameters: |
552 | 552 | - name: "singleNested.name" |
@@ -965,7 +965,7 @@ paths: |
965 | 965 | /v1/example/a_bit_of_everything/params/post/{stringValue}: |
966 | 966 | post: |
967 | 967 | tags: |
968 | | - - "ABitOfEverythingService" |
| 968 | + - "ABitOfEverything" |
969 | 969 | operationId: "ABitOfEverythingService_CheckPostQueryParams" |
970 | 970 | parameters: |
971 | 971 | - name: "stringValue" |
@@ -1802,7 +1802,7 @@ paths: |
1802 | 1802 | ? /v1/example/a_bit_of_everything/{floatValue}/{doubleValue}/{int64Value}/separator/{uint64Value}/{int32Value}/{fixed64Value}/{fixed32Value}/{boolValue}/{stringValue}/{uint32Value}/{sfixed32Value}/{sfixed64Value}/{sint32Value}/{sint64Value}/{nonConventionalNameValue}/{enumValue}/{pathEnumValue}/{nestedPathEnumValue}/{enumValueAnnotation} |
1803 | 1803 | : post: |
1804 | 1804 | tags: |
1805 | | - - "ABitOfEverythingService" |
| 1805 | + - "ABitOfEverything" |
1806 | 1806 | summary: "Create a new ABitOfEverything" |
1807 | 1807 | description: "This API creates a new ABitOfEverything" |
1808 | 1808 | operationId: "ABitOfEverythingService_Create" |
@@ -2210,7 +2210,7 @@ paths: |
2210 | 2210 | /v1/example/a_bit_of_everything/{uuidName}: |
2211 | 2211 | head: |
2212 | 2212 | tags: |
2213 | | - - "ABitOfEverythingService" |
| 2213 | + - "ABitOfEverything" |
2214 | 2214 | operationId: "ABitOfEverythingService_Exists" |
2215 | 2215 | parameters: |
2216 | 2216 | - name: "uuidName" |
@@ -2618,7 +2618,7 @@ paths: |
2618 | 2618 | $ref: "#/definitions/rpcStatus" |
2619 | 2619 | put: |
2620 | 2620 | tags: |
2621 | | - - "ABitOfEverythingService" |
| 2621 | + - "ABitOfEverything" |
2622 | 2622 | operationId: "ABitOfEverythingService_Update" |
2623 | 2623 | parameters: |
2624 | 2624 | - name: "uuidName" |
@@ -2662,7 +2662,7 @@ paths: |
2662 | 2662 | $ref: "#/definitions/rpcStatus" |
2663 | 2663 | options: |
2664 | 2664 | tags: |
2665 | | - - "ABitOfEverythingService" |
| 2665 | + - "ABitOfEverything" |
2666 | 2666 | operationId: "ABitOfEverythingService_CustomOptionsRequest" |
2667 | 2667 | parameters: |
2668 | 2668 | - name: "uuidName" |
@@ -3071,7 +3071,7 @@ paths: |
3071 | 3071 | /v1/example/a_bit_of_everything/{uuidName}:custom: |
3072 | 3072 | post: |
3073 | 3073 | tags: |
3074 | | - - "ABitOfEverythingService" |
| 3074 | + - "ABitOfEverything" |
3075 | 3075 | operationId: "ABitOfEverythingService_Custom" |
3076 | 3076 | parameters: |
3077 | 3077 | - name: "uuidName" |
@@ -3497,7 +3497,7 @@ paths: |
3497 | 3497 | /v1/example/a_bit_of_everything/{uuidName}:custom:custom: |
3498 | 3498 | post: |
3499 | 3499 | tags: |
3500 | | - - "ABitOfEverythingService" |
| 3500 | + - "ABitOfEverything" |
3501 | 3501 | operationId: "ABitOfEverythingService_DoubleColon" |
3502 | 3502 | parameters: |
3503 | 3503 | - name: "uuidName" |
@@ -3923,7 +3923,7 @@ paths: |
3923 | 3923 | /v1/example/a_bit_of_everything/{uuid}: |
3924 | 3924 | get: |
3925 | 3925 | tags: |
3926 | | - - "ABitOfEverythingService" |
| 3926 | + - "ABitOfEverything" |
3927 | 3927 | operationId: "ABitOfEverythingService_Lookup" |
3928 | 3928 | parameters: |
3929 | 3929 | - name: "uuid" |
@@ -4002,7 +4002,7 @@ paths: |
4002 | 4002 | ? /v1/example/a_bit_of_everything_repeated/{pathRepeatedFloatValue}/{pathRepeatedDoubleValue}/{pathRepeatedInt64Value}/{pathRepeatedUint64Value}/{pathRepeatedInt32Value}/{pathRepeatedFixed64Value}/{pathRepeatedFixed32Value}/{pathRepeatedBoolValue}/{pathRepeatedStringValue}/{pathRepeatedBytesValue}/{pathRepeatedUint32Value}/{pathRepeatedEnumValue}/{pathRepeatedSfixed32Value}/{pathRepeatedSfixed64Value}/{pathRepeatedSint32Value}/{pathRepeatedSint64Value} |
4003 | 4003 | : get: |
4004 | 4004 | tags: |
4005 | | - - "ABitOfEverythingService" |
| 4005 | + - "ABitOfEverything" |
4006 | 4006 | operationId: "ABitOfEverythingService_GetRepeatedQuery" |
4007 | 4007 | parameters: |
4008 | 4008 | - name: "pathRepeatedFloatValue" |
@@ -4196,7 +4196,7 @@ paths: |
4196 | 4196 | /v1/example/checkStatus: |
4197 | 4197 | get: |
4198 | 4198 | tags: |
4199 | | - - "ABitOfEverythingService" |
| 4199 | + - "ABitOfEverything" |
4200 | 4200 | operationId: "ABitOfEverythingService_CheckStatus" |
4201 | 4201 | parameters: [] |
4202 | 4202 | responses: |
@@ -4228,7 +4228,7 @@ paths: |
4228 | 4228 | /v1/example/deep_path/{singleNested.name}: |
4229 | 4229 | post: |
4230 | 4230 | tags: |
4231 | | - - "ABitOfEverythingService" |
| 4231 | + - "ABitOfEverything" |
4232 | 4232 | operationId: "ABitOfEverythingService_DeepPathEcho" |
4233 | 4233 | parameters: |
4234 | 4234 | - name: "singleNested.name" |
@@ -4272,7 +4272,7 @@ paths: |
4272 | 4272 | /v1/example/oneofenum: |
4273 | 4273 | post: |
4274 | 4274 | tags: |
4275 | | - - "ABitOfEverythingService" |
| 4275 | + - "ABitOfEverything" |
4276 | 4276 | operationId: "ABitOfEverythingService_PostOneofEnum" |
4277 | 4277 | parameters: |
4278 | 4278 | - in: "body" |
@@ -4310,7 +4310,7 @@ paths: |
4310 | 4310 | /v1/example/requiredmessagetype: |
4311 | 4311 | post: |
4312 | 4312 | tags: |
4313 | | - - "ABitOfEverythingService" |
| 4313 | + - "ABitOfEverything" |
4314 | 4314 | operationId: "ABitOfEverythingService_PostRequiredMessageType" |
4315 | 4315 | parameters: |
4316 | 4316 | - in: "body" |
@@ -4404,7 +4404,7 @@ paths: |
4404 | 4404 | /v1/{book.name}: |
4405 | 4405 | patch: |
4406 | 4406 | tags: |
4407 | | - - "ABitOfEverythingService" |
| 4407 | + - "ABitOfEverything" |
4408 | 4408 | operationId: "ABitOfEverythingService_UpdateBook" |
4409 | 4409 | parameters: |
4410 | 4410 | - name: "book.name" |
@@ -4460,7 +4460,7 @@ paths: |
4460 | 4460 | /v1/{parent}/books: |
4461 | 4461 | post: |
4462 | 4462 | tags: |
4463 | | - - "ABitOfEverythingService" |
| 4463 | + - "ABitOfEverything" |
4464 | 4464 | summary: "Create a book." |
4465 | 4465 | operationId: "ABitOfEverythingService_CreateBook" |
4466 | 4466 | parameters: |
@@ -4516,7 +4516,7 @@ paths: |
4516 | 4516 | /v2/example/a_bit_of_everything/{uuidName}: |
4517 | 4517 | put: |
4518 | 4518 | tags: |
4519 | | - - "ABitOfEverythingService" |
| 4519 | + - "ABitOfEverything" |
4520 | 4520 | operationId: "ABitOfEverythingService_UpdateV2" |
4521 | 4521 | parameters: |
4522 | 4522 | - name: "uuidName" |
@@ -4569,7 +4569,7 @@ paths: |
4569 | 4569 | $ref: "#/definitions/rpcStatus" |
4570 | 4570 | patch: |
4571 | 4571 | tags: |
4572 | | - - "ABitOfEverythingService" |
| 4572 | + - "ABitOfEverything" |
4573 | 4573 | operationId: "ABitOfEverythingService_UpdateV22" |
4574 | 4574 | parameters: |
4575 | 4575 | - name: "uuidName" |
@@ -4747,7 +4747,7 @@ paths: |
4747 | 4747 | /v2/example/errorwithdetails: |
4748 | 4748 | get: |
4749 | 4749 | tags: |
4750 | | - - "ABitOfEverythingService" |
| 4750 | + - "ABitOfEverything" |
4751 | 4751 | operationId: "ABitOfEverythingService_ErrorWithDetails" |
4752 | 4752 | parameters: [] |
4753 | 4753 | responses: |
@@ -4853,7 +4853,7 @@ paths: |
4853 | 4853 | /v2/example/postwithemptybody/{name}: |
4854 | 4854 | post: |
4855 | 4855 | tags: |
4856 | | - - "ABitOfEverythingService" |
| 4856 | + - "ABitOfEverything" |
4857 | 4857 | operationId: "ABitOfEverythingService_PostWithEmptyBody" |
4858 | 4858 | parameters: |
4859 | 4859 | - name: "name" |
@@ -4896,7 +4896,7 @@ paths: |
4896 | 4896 | /v2/example/timeout: |
4897 | 4897 | get: |
4898 | 4898 | tags: |
4899 | | - - "ABitOfEverythingService" |
| 4899 | + - "ABitOfEverything" |
4900 | 4900 | operationId: "ABitOfEverythingService_Timeout" |
4901 | 4901 | parameters: [] |
4902 | 4902 | responses: |
@@ -4928,7 +4928,7 @@ paths: |
4928 | 4928 | /v2/example/withbody/{id}: |
4929 | 4929 | post: |
4930 | 4930 | tags: |
4931 | | - - "ABitOfEverythingService" |
| 4931 | + - "ABitOfEverything" |
4932 | 4932 | operationId: "ABitOfEverythingService_GetMessageWithBody" |
4933 | 4933 | parameters: |
4934 | 4934 | - name: "id" |
@@ -4971,7 +4971,7 @@ paths: |
4971 | 4971 | /v2/{value}:check: |
4972 | 4972 | get: |
4973 | 4973 | tags: |
4974 | | - - "ABitOfEverythingService" |
| 4974 | + - "ABitOfEverything" |
4975 | 4975 | operationId: "ABitOfEverythingService_CheckExternalPathEnum" |
4976 | 4976 | parameters: |
4977 | 4977 | - name: "value" |
@@ -5011,7 +5011,7 @@ paths: |
5011 | 5011 | /v2a/example/a_bit_of_everything/{uuidName}: |
5012 | 5012 | patch: |
5013 | 5013 | tags: |
5014 | | - - "ABitOfEverythingService" |
| 5014 | + - "ABitOfEverything" |
5015 | 5015 | operationId: "ABitOfEverythingService_UpdateV23" |
5016 | 5016 | parameters: |
5017 | 5017 | - name: "uuidName" |
@@ -5056,7 +5056,7 @@ paths: |
5056 | 5056 | /v3/{value}:check: |
5057 | 5057 | get: |
5058 | 5058 | tags: |
5059 | | - - "ABitOfEverythingService" |
| 5059 | + - "ABitOfEverything" |
5060 | 5060 | operationId: "ABitOfEverythingService_CheckExternalNestedPathEnum" |
5061 | 5061 | parameters: |
5062 | 5062 | - name: "value" |
|
0 commit comments