1288 references to HttpMethodMetadata
DeveloperExceptionPageSample (1)
Startup.cs (1)
30
new
HttpMethodMetadata
(new[] { "GET", "POST" }),
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Binding\ReflectionServiceInvokerResolver.cs (1)
42
metadata.Add(new
HttpMethodMetadata
(new[] { verb }));
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
641
selectorModel.EndpointMetadata.Add(new
HttpMethodMetadata
(httpMethods));
Routing\ActionEndpointFactory.cs (1)
421
builder.Metadata.Add(new
HttpMethodMetadata
(httpMethodActionConstraint.HttpMethods));
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiGeneratorTests.cs (1)
1004
var httpMethodMetadata = new
HttpMethodMetadata
(httpMethods ?? new[] { "GET" });
Microsoft.AspNetCore.Routing.Microbenchmarks (2)
EndpointRoutingBenchmarkBase.cs (1)
98
new
HttpMethodMetadata
(new string[]{ httpMethod, }),
LinkGeneration\LinkGenerationGithubBenchmark.generated.cs (1)
1508
metadata.Add(new
HttpMethodMetadata
(new string[] { httpMethod }));
Microsoft.AspNetCore.Routing.Tests (1277)
Builder\RequestDelegateEndpointRouteBuilderExtensionsTest.cs (1)
406
endpointBuilder.WithMetadata(new
HttpMethodMetadata
(new[] { "BUILDER" }));
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (1)
75
endpointBuilder.WithMetadata(new
HttpMethodMetadata
(new[] { "BUILDER" }));
Internal\DfaGraphWriterTest.cs (1)
72
new EndpointMetadataCollection(new
HttpMethodMetadata
(new[] { "GET" })),
Matching\DfaMatcherBuilderTest.cs (1250)
1066
CreateEndpoint("test1/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1067
CreateEndpoint("{language:length(2)}/test1/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1068
CreateEndpoint("{version:int}/{language:length(2)}/test1/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1069
CreateEndpoint("test1/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1070
CreateEndpoint("{language:length(2)}/test1/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1071
CreateEndpoint("{version:int}/{language:length(2)}/test1/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1072
CreateEndpoint("test1/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1073
CreateEndpoint("{language:length(2)}/test1/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1074
CreateEndpoint("{version:int}/{language:length(2)}/test1/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1075
CreateEndpoint("test2/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1076
CreateEndpoint("{language:length(2)}/test2/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1077
CreateEndpoint("{version:int}/{language:length(2)}/test2/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1078
CreateEndpoint("test2/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1079
CreateEndpoint("{language:length(2)}/test2/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1080
CreateEndpoint("{version:int}/{language:length(2)}/test2/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1081
CreateEndpoint("test2/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1082
CreateEndpoint("{language:length(2)}/test2/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1083
CreateEndpoint("{version:int}/{language:length(2)}/test2/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1084
CreateEndpoint("test3/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1085
CreateEndpoint("{language:length(2)}/test3/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1086
CreateEndpoint("{version:int}/{language:length(2)}/test3/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1087
CreateEndpoint("test3/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1088
CreateEndpoint("{language:length(2)}/test3/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1089
CreateEndpoint("{version:int}/{language:length(2)}/test3/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1090
CreateEndpoint("test3/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1091
CreateEndpoint("{language:length(2)}/test3/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1092
CreateEndpoint("{version:int}/{language:length(2)}/test3/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1093
CreateEndpoint("test4/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1094
CreateEndpoint("{language:length(2)}/test4/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1095
CreateEndpoint("{version:int}/{language:length(2)}/test4/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1096
CreateEndpoint("test4/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1097
CreateEndpoint("{language:length(2)}/test4/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1098
CreateEndpoint("{version:int}/{language:length(2)}/test4/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1099
CreateEndpoint("test4/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1100
CreateEndpoint("{language:length(2)}/test4/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1101
CreateEndpoint("{version:int}/{language:length(2)}/test4/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1102
CreateEndpoint("test5/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1103
CreateEndpoint("{language:length(2)}/test5/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1104
CreateEndpoint("{version:int}/{language:length(2)}/test5/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1105
CreateEndpoint("test5/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1106
CreateEndpoint("{language:length(2)}/test5/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1107
CreateEndpoint("{version:int}/{language:length(2)}/test5/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1108
CreateEndpoint("test5/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1109
CreateEndpoint("{language:length(2)}/test5/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1110
CreateEndpoint("{version:int}/{language:length(2)}/test5/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1111
CreateEndpoint("test6/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1112
CreateEndpoint("{language:length(2)}/test6/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1113
CreateEndpoint("{version:int}/{language:length(2)}/test6/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1114
CreateEndpoint("test6/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1115
CreateEndpoint("{language:length(2)}/test6/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1116
CreateEndpoint("{version:int}/{language:length(2)}/test6/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1117
CreateEndpoint("test6/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1118
CreateEndpoint("{language:length(2)}/test6/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1119
CreateEndpoint("{version:int}/{language:length(2)}/test6/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1120
CreateEndpoint("test7/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1121
CreateEndpoint("{language:length(2)}/test7/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1122
CreateEndpoint("{version:int}/{language:length(2)}/test7/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1123
CreateEndpoint("test7/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1124
CreateEndpoint("{language:length(2)}/test7/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1125
CreateEndpoint("{version:int}/{language:length(2)}/test7/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1126
CreateEndpoint("test7/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1127
CreateEndpoint("{language:length(2)}/test7/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1128
CreateEndpoint("{version:int}/{language:length(2)}/test7/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1129
CreateEndpoint("test8/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1130
CreateEndpoint("{language:length(2)}/test8/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1131
CreateEndpoint("{version:int}/{language:length(2)}/test8/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1132
CreateEndpoint("test8/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1133
CreateEndpoint("{language:length(2)}/test8/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1134
CreateEndpoint("{version:int}/{language:length(2)}/test8/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1135
CreateEndpoint("test8/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1136
CreateEndpoint("{language:length(2)}/test8/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1137
CreateEndpoint("{version:int}/{language:length(2)}/test8/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1138
CreateEndpoint("test9/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1139
CreateEndpoint("{language:length(2)}/test9/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1140
CreateEndpoint("{version:int}/{language:length(2)}/test9/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1141
CreateEndpoint("test9/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1142
CreateEndpoint("{language:length(2)}/test9/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1143
CreateEndpoint("{version:int}/{language:length(2)}/test9/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1144
CreateEndpoint("test9/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1145
CreateEndpoint("{language:length(2)}/test9/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1146
CreateEndpoint("{version:int}/{language:length(2)}/test9/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1147
CreateEndpoint("test10/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1148
CreateEndpoint("{language:length(2)}/test10/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1149
CreateEndpoint("{version:int}/{language:length(2)}/test10/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1150
CreateEndpoint("test10/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1151
CreateEndpoint("{language:length(2)}/test10/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1152
CreateEndpoint("{version:int}/{language:length(2)}/test10/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1153
CreateEndpoint("test10/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1154
CreateEndpoint("{language:length(2)}/test10/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1155
CreateEndpoint("{version:int}/{language:length(2)}/test10/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1156
CreateEndpoint("test11/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1157
CreateEndpoint("{language:length(2)}/test11/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1158
CreateEndpoint("{version:int}/{language:length(2)}/test11/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1159
CreateEndpoint("test11/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1160
CreateEndpoint("{language:length(2)}/test11/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1161
CreateEndpoint("{version:int}/{language:length(2)}/test11/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1162
CreateEndpoint("test11/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1163
CreateEndpoint("{language:length(2)}/test11/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1164
CreateEndpoint("{version:int}/{language:length(2)}/test11/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1165
CreateEndpoint("test12/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1166
CreateEndpoint("{language:length(2)}/test12/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1167
CreateEndpoint("{version:int}/{language:length(2)}/test12/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1168
CreateEndpoint("test12/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1169
CreateEndpoint("{language:length(2)}/test12/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1170
CreateEndpoint("{version:int}/{language:length(2)}/test12/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1171
CreateEndpoint("test12/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1172
CreateEndpoint("{language:length(2)}/test12/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1173
CreateEndpoint("{version:int}/{language:length(2)}/test12/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1174
CreateEndpoint("test13/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1175
CreateEndpoint("{language:length(2)}/test13/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1176
CreateEndpoint("{version:int}/{language:length(2)}/test13/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1177
CreateEndpoint("test13/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1178
CreateEndpoint("{language:length(2)}/test13/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1179
CreateEndpoint("{version:int}/{language:length(2)}/test13/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1180
CreateEndpoint("test13/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1181
CreateEndpoint("{language:length(2)}/test13/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1182
CreateEndpoint("{version:int}/{language:length(2)}/test13/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1183
CreateEndpoint("test14/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1184
CreateEndpoint("{language:length(2)}/test14/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1185
CreateEndpoint("{version:int}/{language:length(2)}/test14/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1186
CreateEndpoint("test14/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1187
CreateEndpoint("{language:length(2)}/test14/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1188
CreateEndpoint("{version:int}/{language:length(2)}/test14/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1189
CreateEndpoint("test14/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1190
CreateEndpoint("{language:length(2)}/test14/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1191
CreateEndpoint("{version:int}/{language:length(2)}/test14/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1192
CreateEndpoint("test15/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1193
CreateEndpoint("{language:length(2)}/test15/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1194
CreateEndpoint("{version:int}/{language:length(2)}/test15/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1195
CreateEndpoint("test15/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1196
CreateEndpoint("{language:length(2)}/test15/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1197
CreateEndpoint("{version:int}/{language:length(2)}/test15/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1198
CreateEndpoint("test15/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1199
CreateEndpoint("{language:length(2)}/test15/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1200
CreateEndpoint("{version:int}/{language:length(2)}/test15/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1201
CreateEndpoint("test16/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1202
CreateEndpoint("{language:length(2)}/test16/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1203
CreateEndpoint("{version:int}/{language:length(2)}/test16/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1204
CreateEndpoint("test16/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1205
CreateEndpoint("{language:length(2)}/test16/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1206
CreateEndpoint("{version:int}/{language:length(2)}/test16/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1207
CreateEndpoint("test16/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1208
CreateEndpoint("{language:length(2)}/test16/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1209
CreateEndpoint("{version:int}/{language:length(2)}/test16/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1210
CreateEndpoint("test17/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1211
CreateEndpoint("{language:length(2)}/test17/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1212
CreateEndpoint("{version:int}/{language:length(2)}/test17/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1213
CreateEndpoint("test17/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1214
CreateEndpoint("{language:length(2)}/test17/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1215
CreateEndpoint("{version:int}/{language:length(2)}/test17/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1216
CreateEndpoint("test17/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1217
CreateEndpoint("{language:length(2)}/test17/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1218
CreateEndpoint("{version:int}/{language:length(2)}/test17/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1219
CreateEndpoint("test18/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1220
CreateEndpoint("{language:length(2)}/test18/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1221
CreateEndpoint("{version:int}/{language:length(2)}/test18/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1222
CreateEndpoint("test18/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1223
CreateEndpoint("{language:length(2)}/test18/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1224
CreateEndpoint("{version:int}/{language:length(2)}/test18/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1225
CreateEndpoint("test18/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1226
CreateEndpoint("{language:length(2)}/test18/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1227
CreateEndpoint("{version:int}/{language:length(2)}/test18/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1228
CreateEndpoint("test19/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1229
CreateEndpoint("{language:length(2)}/test19/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1230
CreateEndpoint("{version:int}/{language:length(2)}/test19/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1231
CreateEndpoint("test19/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1232
CreateEndpoint("{language:length(2)}/test19/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1233
CreateEndpoint("{version:int}/{language:length(2)}/test19/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1234
CreateEndpoint("test19/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1235
CreateEndpoint("{language:length(2)}/test19/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1236
CreateEndpoint("{version:int}/{language:length(2)}/test19/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1237
CreateEndpoint("test20/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1238
CreateEndpoint("{language:length(2)}/test20/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1239
CreateEndpoint("{version:int}/{language:length(2)}/test20/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1240
CreateEndpoint("test20/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1241
CreateEndpoint("{language:length(2)}/test20/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1242
CreateEndpoint("{version:int}/{language:length(2)}/test20/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1243
CreateEndpoint("test20/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1244
CreateEndpoint("{language:length(2)}/test20/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1245
CreateEndpoint("{version:int}/{language:length(2)}/test20/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1246
CreateEndpoint("test21/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1247
CreateEndpoint("{language:length(2)}/test21/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1248
CreateEndpoint("{version:int}/{language:length(2)}/test21/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1249
CreateEndpoint("test21/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1250
CreateEndpoint("{language:length(2)}/test21/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1251
CreateEndpoint("{version:int}/{language:length(2)}/test21/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1252
CreateEndpoint("test21/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1253
CreateEndpoint("{language:length(2)}/test21/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1254
CreateEndpoint("{version:int}/{language:length(2)}/test21/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1255
CreateEndpoint("test22/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1256
CreateEndpoint("{language:length(2)}/test22/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1257
CreateEndpoint("{version:int}/{language:length(2)}/test22/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1258
CreateEndpoint("test22/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1259
CreateEndpoint("{language:length(2)}/test22/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1260
CreateEndpoint("{version:int}/{language:length(2)}/test22/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1261
CreateEndpoint("test22/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1262
CreateEndpoint("{language:length(2)}/test22/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1263
CreateEndpoint("{version:int}/{language:length(2)}/test22/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1264
CreateEndpoint("test23/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1265
CreateEndpoint("{language:length(2)}/test23/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1266
CreateEndpoint("{version:int}/{language:length(2)}/test23/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1267
CreateEndpoint("test23/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1268
CreateEndpoint("{language:length(2)}/test23/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1269
CreateEndpoint("{version:int}/{language:length(2)}/test23/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1270
CreateEndpoint("test23/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1271
CreateEndpoint("{language:length(2)}/test23/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1272
CreateEndpoint("{version:int}/{language:length(2)}/test23/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1273
CreateEndpoint("test24/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1274
CreateEndpoint("{language:length(2)}/test24/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1275
CreateEndpoint("{version:int}/{language:length(2)}/test24/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1276
CreateEndpoint("test24/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1277
CreateEndpoint("{language:length(2)}/test24/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1278
CreateEndpoint("{version:int}/{language:length(2)}/test24/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1279
CreateEndpoint("test24/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1280
CreateEndpoint("{language:length(2)}/test24/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1281
CreateEndpoint("{version:int}/{language:length(2)}/test24/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1282
CreateEndpoint("test25/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1283
CreateEndpoint("{language:length(2)}/test25/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1284
CreateEndpoint("{version:int}/{language:length(2)}/test25/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1285
CreateEndpoint("test25/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1286
CreateEndpoint("{language:length(2)}/test25/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1287
CreateEndpoint("{version:int}/{language:length(2)}/test25/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1288
CreateEndpoint("test25/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1289
CreateEndpoint("{language:length(2)}/test25/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1290
CreateEndpoint("{version:int}/{language:length(2)}/test25/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1291
CreateEndpoint("test26/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1292
CreateEndpoint("{language:length(2)}/test26/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1293
CreateEndpoint("{version:int}/{language:length(2)}/test26/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1294
CreateEndpoint("test26/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1295
CreateEndpoint("{language:length(2)}/test26/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1296
CreateEndpoint("{version:int}/{language:length(2)}/test26/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1297
CreateEndpoint("test26/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1298
CreateEndpoint("{language:length(2)}/test26/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1299
CreateEndpoint("{version:int}/{language:length(2)}/test26/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1300
CreateEndpoint("test27/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1301
CreateEndpoint("{language:length(2)}/test27/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1302
CreateEndpoint("{version:int}/{language:length(2)}/test27/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1303
CreateEndpoint("test27/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1304
CreateEndpoint("{language:length(2)}/test27/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1305
CreateEndpoint("{version:int}/{language:length(2)}/test27/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1306
CreateEndpoint("test27/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1307
CreateEndpoint("{language:length(2)}/test27/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1308
CreateEndpoint("{version:int}/{language:length(2)}/test27/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1309
CreateEndpoint("test28/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1310
CreateEndpoint("{language:length(2)}/test28/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1311
CreateEndpoint("{version:int}/{language:length(2)}/test28/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1312
CreateEndpoint("test28/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1313
CreateEndpoint("{language:length(2)}/test28/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1314
CreateEndpoint("{version:int}/{language:length(2)}/test28/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1315
CreateEndpoint("test28/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1316
CreateEndpoint("{language:length(2)}/test28/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1317
CreateEndpoint("{version:int}/{language:length(2)}/test28/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1318
CreateEndpoint("test29/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1319
CreateEndpoint("{language:length(2)}/test29/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1320
CreateEndpoint("{version:int}/{language:length(2)}/test29/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1321
CreateEndpoint("test29/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1322
CreateEndpoint("{language:length(2)}/test29/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1323
CreateEndpoint("{version:int}/{language:length(2)}/test29/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1324
CreateEndpoint("test29/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1325
CreateEndpoint("{language:length(2)}/test29/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1326
CreateEndpoint("{version:int}/{language:length(2)}/test29/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1327
CreateEndpoint("test30/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1328
CreateEndpoint("{language:length(2)}/test30/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1329
CreateEndpoint("{version:int}/{language:length(2)}/test30/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1330
CreateEndpoint("test30/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1331
CreateEndpoint("{language:length(2)}/test30/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1332
CreateEndpoint("{version:int}/{language:length(2)}/test30/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1333
CreateEndpoint("test30/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1334
CreateEndpoint("{language:length(2)}/test30/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1335
CreateEndpoint("{version:int}/{language:length(2)}/test30/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1336
CreateEndpoint("test31/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1337
CreateEndpoint("{language:length(2)}/test31/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1338
CreateEndpoint("{version:int}/{language:length(2)}/test31/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1339
CreateEndpoint("test31/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1340
CreateEndpoint("{language:length(2)}/test31/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1341
CreateEndpoint("{version:int}/{language:length(2)}/test31/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1342
CreateEndpoint("test31/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1343
CreateEndpoint("{language:length(2)}/test31/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1344
CreateEndpoint("{version:int}/{language:length(2)}/test31/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1345
CreateEndpoint("test32/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1346
CreateEndpoint("{language:length(2)}/test32/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1347
CreateEndpoint("{version:int}/{language:length(2)}/test32/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1348
CreateEndpoint("test32/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1349
CreateEndpoint("{language:length(2)}/test32/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1350
CreateEndpoint("{version:int}/{language:length(2)}/test32/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1351
CreateEndpoint("test32/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1352
CreateEndpoint("{language:length(2)}/test32/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1353
CreateEndpoint("{version:int}/{language:length(2)}/test32/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1354
CreateEndpoint("test33/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1355
CreateEndpoint("{language:length(2)}/test33/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1356
CreateEndpoint("{version:int}/{language:length(2)}/test33/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1357
CreateEndpoint("test33/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1358
CreateEndpoint("{language:length(2)}/test33/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1359
CreateEndpoint("{version:int}/{language:length(2)}/test33/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1360
CreateEndpoint("test33/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1361
CreateEndpoint("{language:length(2)}/test33/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1362
CreateEndpoint("{version:int}/{language:length(2)}/test33/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1363
CreateEndpoint("test34/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1364
CreateEndpoint("{language:length(2)}/test34/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1365
CreateEndpoint("{version:int}/{language:length(2)}/test34/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1366
CreateEndpoint("test34/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1367
CreateEndpoint("{language:length(2)}/test34/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1368
CreateEndpoint("{version:int}/{language:length(2)}/test34/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1369
CreateEndpoint("test34/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1370
CreateEndpoint("{language:length(2)}/test34/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1371
CreateEndpoint("{version:int}/{language:length(2)}/test34/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1372
CreateEndpoint("test35/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1373
CreateEndpoint("{language:length(2)}/test35/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1374
CreateEndpoint("{version:int}/{language:length(2)}/test35/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1375
CreateEndpoint("test35/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1376
CreateEndpoint("{language:length(2)}/test35/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1377
CreateEndpoint("{version:int}/{language:length(2)}/test35/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1378
CreateEndpoint("test35/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1379
CreateEndpoint("{language:length(2)}/test35/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1380
CreateEndpoint("{version:int}/{language:length(2)}/test35/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1381
CreateEndpoint("test36/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1382
CreateEndpoint("{language:length(2)}/test36/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1383
CreateEndpoint("{version:int}/{language:length(2)}/test36/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1384
CreateEndpoint("test36/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1385
CreateEndpoint("{language:length(2)}/test36/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1386
CreateEndpoint("{version:int}/{language:length(2)}/test36/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1387
CreateEndpoint("test36/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1388
CreateEndpoint("{language:length(2)}/test36/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1389
CreateEndpoint("{version:int}/{language:length(2)}/test36/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1390
CreateEndpoint("test37/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1391
CreateEndpoint("{language:length(2)}/test37/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1392
CreateEndpoint("{version:int}/{language:length(2)}/test37/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1393
CreateEndpoint("test37/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1394
CreateEndpoint("{language:length(2)}/test37/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1395
CreateEndpoint("{version:int}/{language:length(2)}/test37/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1396
CreateEndpoint("test37/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1397
CreateEndpoint("{language:length(2)}/test37/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1398
CreateEndpoint("{version:int}/{language:length(2)}/test37/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1399
CreateEndpoint("test38/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1400
CreateEndpoint("{language:length(2)}/test38/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1401
CreateEndpoint("{version:int}/{language:length(2)}/test38/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1402
CreateEndpoint("test38/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1403
CreateEndpoint("{language:length(2)}/test38/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1404
CreateEndpoint("{version:int}/{language:length(2)}/test38/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1405
CreateEndpoint("test38/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1406
CreateEndpoint("{language:length(2)}/test38/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1407
CreateEndpoint("{version:int}/{language:length(2)}/test38/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1408
CreateEndpoint("test39/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1409
CreateEndpoint("{language:length(2)}/test39/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1410
CreateEndpoint("{version:int}/{language:length(2)}/test39/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1411
CreateEndpoint("test39/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1412
CreateEndpoint("{language:length(2)}/test39/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1413
CreateEndpoint("{version:int}/{language:length(2)}/test39/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1414
CreateEndpoint("test39/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1415
CreateEndpoint("{language:length(2)}/test39/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1416
CreateEndpoint("{version:int}/{language:length(2)}/test39/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1417
CreateEndpoint("test40/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1418
CreateEndpoint("{language:length(2)}/test40/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1419
CreateEndpoint("{version:int}/{language:length(2)}/test40/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1420
CreateEndpoint("test40/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1421
CreateEndpoint("{language:length(2)}/test40/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1422
CreateEndpoint("{version:int}/{language:length(2)}/test40/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1423
CreateEndpoint("test40/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1424
CreateEndpoint("{language:length(2)}/test40/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1425
CreateEndpoint("{version:int}/{language:length(2)}/test40/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1426
CreateEndpoint("test41/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1427
CreateEndpoint("{language:length(2)}/test41/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1428
CreateEndpoint("{version:int}/{language:length(2)}/test41/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1429
CreateEndpoint("test41/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1430
CreateEndpoint("{language:length(2)}/test41/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1431
CreateEndpoint("{version:int}/{language:length(2)}/test41/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1432
CreateEndpoint("test41/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1433
CreateEndpoint("{language:length(2)}/test41/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1434
CreateEndpoint("{version:int}/{language:length(2)}/test41/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1435
CreateEndpoint("test42/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1436
CreateEndpoint("{language:length(2)}/test42/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1437
CreateEndpoint("{version:int}/{language:length(2)}/test42/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1438
CreateEndpoint("test42/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1439
CreateEndpoint("{language:length(2)}/test42/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1440
CreateEndpoint("{version:int}/{language:length(2)}/test42/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1441
CreateEndpoint("test42/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1442
CreateEndpoint("{language:length(2)}/test42/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1443
CreateEndpoint("{version:int}/{language:length(2)}/test42/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1444
CreateEndpoint("test43/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1445
CreateEndpoint("{language:length(2)}/test43/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1446
CreateEndpoint("{version:int}/{language:length(2)}/test43/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1447
CreateEndpoint("test43/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1448
CreateEndpoint("{language:length(2)}/test43/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1449
CreateEndpoint("{version:int}/{language:length(2)}/test43/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1450
CreateEndpoint("test43/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1451
CreateEndpoint("{language:length(2)}/test43/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1452
CreateEndpoint("{version:int}/{language:length(2)}/test43/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1453
CreateEndpoint("test44/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1454
CreateEndpoint("{language:length(2)}/test44/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1455
CreateEndpoint("{version:int}/{language:length(2)}/test44/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1456
CreateEndpoint("test44/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1457
CreateEndpoint("{language:length(2)}/test44/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1458
CreateEndpoint("{version:int}/{language:length(2)}/test44/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1459
CreateEndpoint("test44/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1460
CreateEndpoint("{language:length(2)}/test44/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1461
CreateEndpoint("{version:int}/{language:length(2)}/test44/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1462
CreateEndpoint("test45/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1463
CreateEndpoint("{language:length(2)}/test45/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1464
CreateEndpoint("{version:int}/{language:length(2)}/test45/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1465
CreateEndpoint("test45/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1466
CreateEndpoint("{language:length(2)}/test45/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1467
CreateEndpoint("{version:int}/{language:length(2)}/test45/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1468
CreateEndpoint("test45/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1469
CreateEndpoint("{language:length(2)}/test45/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1470
CreateEndpoint("{version:int}/{language:length(2)}/test45/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1471
CreateEndpoint("test46/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1472
CreateEndpoint("{language:length(2)}/test46/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1473
CreateEndpoint("{version:int}/{language:length(2)}/test46/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1474
CreateEndpoint("test46/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1475
CreateEndpoint("{language:length(2)}/test46/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1476
CreateEndpoint("{version:int}/{language:length(2)}/test46/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1477
CreateEndpoint("test46/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1478
CreateEndpoint("{language:length(2)}/test46/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1479
CreateEndpoint("{version:int}/{language:length(2)}/test46/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1480
CreateEndpoint("test47/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1481
CreateEndpoint("{language:length(2)}/test47/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1482
CreateEndpoint("{version:int}/{language:length(2)}/test47/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1483
CreateEndpoint("test47/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1484
CreateEndpoint("{language:length(2)}/test47/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1485
CreateEndpoint("{version:int}/{language:length(2)}/test47/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1486
CreateEndpoint("test47/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1487
CreateEndpoint("{language:length(2)}/test47/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1488
CreateEndpoint("{version:int}/{language:length(2)}/test47/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1489
CreateEndpoint("test48/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1490
CreateEndpoint("{language:length(2)}/test48/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1491
CreateEndpoint("{version:int}/{language:length(2)}/test48/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1492
CreateEndpoint("test48/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1493
CreateEndpoint("{language:length(2)}/test48/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1494
CreateEndpoint("{version:int}/{language:length(2)}/test48/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1495
CreateEndpoint("test48/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1496
CreateEndpoint("{language:length(2)}/test48/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1497
CreateEndpoint("{version:int}/{language:length(2)}/test48/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1498
CreateEndpoint("test49/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1499
CreateEndpoint("{language:length(2)}/test49/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1500
CreateEndpoint("{version:int}/{language:length(2)}/test49/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1501
CreateEndpoint("test49/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1502
CreateEndpoint("{language:length(2)}/test49/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1503
CreateEndpoint("{version:int}/{language:length(2)}/test49/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1504
CreateEndpoint("test49/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1505
CreateEndpoint("{language:length(2)}/test49/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1506
CreateEndpoint("{version:int}/{language:length(2)}/test49/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1507
CreateEndpoint("test50/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1508
CreateEndpoint("{language:length(2)}/test50/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1509
CreateEndpoint("{version:int}/{language:length(2)}/test50/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1510
CreateEndpoint("test50/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1511
CreateEndpoint("{language:length(2)}/test50/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1512
CreateEndpoint("{version:int}/{language:length(2)}/test50/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1513
CreateEndpoint("test50/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1514
CreateEndpoint("{language:length(2)}/test50/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1515
CreateEndpoint("{version:int}/{language:length(2)}/test50/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1516
CreateEndpoint("test51/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1517
CreateEndpoint("{language:length(2)}/test51/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1518
CreateEndpoint("{version:int}/{language:length(2)}/test51/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1519
CreateEndpoint("test51/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1520
CreateEndpoint("{language:length(2)}/test51/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1521
CreateEndpoint("{version:int}/{language:length(2)}/test51/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1522
CreateEndpoint("test51/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1523
CreateEndpoint("{language:length(2)}/test51/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1524
CreateEndpoint("{version:int}/{language:length(2)}/test51/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1525
CreateEndpoint("test52/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1526
CreateEndpoint("{language:length(2)}/test52/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1527
CreateEndpoint("{version:int}/{language:length(2)}/test52/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1528
CreateEndpoint("test52/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1529
CreateEndpoint("{language:length(2)}/test52/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1530
CreateEndpoint("{version:int}/{language:length(2)}/test52/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1531
CreateEndpoint("test52/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1532
CreateEndpoint("{language:length(2)}/test52/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1533
CreateEndpoint("{version:int}/{language:length(2)}/test52/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1534
CreateEndpoint("test53/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1535
CreateEndpoint("{language:length(2)}/test53/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1536
CreateEndpoint("{version:int}/{language:length(2)}/test53/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1537
CreateEndpoint("test53/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1538
CreateEndpoint("{language:length(2)}/test53/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1539
CreateEndpoint("{version:int}/{language:length(2)}/test53/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1540
CreateEndpoint("test53/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1541
CreateEndpoint("{language:length(2)}/test53/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1542
CreateEndpoint("{version:int}/{language:length(2)}/test53/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1543
CreateEndpoint("test54/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1544
CreateEndpoint("{language:length(2)}/test54/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1545
CreateEndpoint("{version:int}/{language:length(2)}/test54/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1546
CreateEndpoint("test54/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1547
CreateEndpoint("{language:length(2)}/test54/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1548
CreateEndpoint("{version:int}/{language:length(2)}/test54/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1549
CreateEndpoint("test54/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1550
CreateEndpoint("{language:length(2)}/test54/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1551
CreateEndpoint("{version:int}/{language:length(2)}/test54/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1552
CreateEndpoint("test55/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1553
CreateEndpoint("{language:length(2)}/test55/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1554
CreateEndpoint("{version:int}/{language:length(2)}/test55/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1555
CreateEndpoint("test55/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1556
CreateEndpoint("{language:length(2)}/test55/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1557
CreateEndpoint("{version:int}/{language:length(2)}/test55/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1558
CreateEndpoint("test55/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1559
CreateEndpoint("{language:length(2)}/test55/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1560
CreateEndpoint("{version:int}/{language:length(2)}/test55/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1561
CreateEndpoint("test56/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1562
CreateEndpoint("{language:length(2)}/test56/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1563
CreateEndpoint("{version:int}/{language:length(2)}/test56/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1564
CreateEndpoint("test56/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1565
CreateEndpoint("{language:length(2)}/test56/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1566
CreateEndpoint("{version:int}/{language:length(2)}/test56/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1567
CreateEndpoint("test56/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1568
CreateEndpoint("{language:length(2)}/test56/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1569
CreateEndpoint("{version:int}/{language:length(2)}/test56/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1570
CreateEndpoint("test57/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1571
CreateEndpoint("{language:length(2)}/test57/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1572
CreateEndpoint("{version:int}/{language:length(2)}/test57/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1573
CreateEndpoint("test57/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1574
CreateEndpoint("{language:length(2)}/test57/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1575
CreateEndpoint("{version:int}/{language:length(2)}/test57/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1576
CreateEndpoint("test57/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1577
CreateEndpoint("{language:length(2)}/test57/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1578
CreateEndpoint("{version:int}/{language:length(2)}/test57/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1579
CreateEndpoint("test58/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1580
CreateEndpoint("{language:length(2)}/test58/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1581
CreateEndpoint("{version:int}/{language:length(2)}/test58/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1582
CreateEndpoint("test58/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1583
CreateEndpoint("{language:length(2)}/test58/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1584
CreateEndpoint("{version:int}/{language:length(2)}/test58/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1585
CreateEndpoint("test58/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1586
CreateEndpoint("{language:length(2)}/test58/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1587
CreateEndpoint("{version:int}/{language:length(2)}/test58/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1588
CreateEndpoint("test59/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1589
CreateEndpoint("{language:length(2)}/test59/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1590
CreateEndpoint("{version:int}/{language:length(2)}/test59/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1591
CreateEndpoint("test59/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1592
CreateEndpoint("{language:length(2)}/test59/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1593
CreateEndpoint("{version:int}/{language:length(2)}/test59/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1594
CreateEndpoint("test59/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1595
CreateEndpoint("{language:length(2)}/test59/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1596
CreateEndpoint("{version:int}/{language:length(2)}/test59/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1597
CreateEndpoint("test60/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1598
CreateEndpoint("{language:length(2)}/test60/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1599
CreateEndpoint("{version:int}/{language:length(2)}/test60/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1600
CreateEndpoint("test60/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1601
CreateEndpoint("{language:length(2)}/test60/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1602
CreateEndpoint("{version:int}/{language:length(2)}/test60/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1603
CreateEndpoint("test60/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1604
CreateEndpoint("{language:length(2)}/test60/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1605
CreateEndpoint("{version:int}/{language:length(2)}/test60/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1606
CreateEndpoint("test61/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1607
CreateEndpoint("{language:length(2)}/test61/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1608
CreateEndpoint("{version:int}/{language:length(2)}/test61/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1609
CreateEndpoint("test61/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1610
CreateEndpoint("{language:length(2)}/test61/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1611
CreateEndpoint("{version:int}/{language:length(2)}/test61/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1612
CreateEndpoint("test61/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1613
CreateEndpoint("{language:length(2)}/test61/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1614
CreateEndpoint("{version:int}/{language:length(2)}/test61/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1615
CreateEndpoint("test62/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1616
CreateEndpoint("{language:length(2)}/test62/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1617
CreateEndpoint("{version:int}/{language:length(2)}/test62/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1618
CreateEndpoint("test62/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1619
CreateEndpoint("{language:length(2)}/test62/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1620
CreateEndpoint("{version:int}/{language:length(2)}/test62/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1621
CreateEndpoint("test62/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1622
CreateEndpoint("{language:length(2)}/test62/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1623
CreateEndpoint("{version:int}/{language:length(2)}/test62/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1624
CreateEndpoint("test63/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1625
CreateEndpoint("{language:length(2)}/test63/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1626
CreateEndpoint("{version:int}/{language:length(2)}/test63/method-1", new
HttpMethodMetadata
(new[] { "GET" })),
1627
CreateEndpoint("test63/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1628
CreateEndpoint("{language:length(2)}/test63/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1629
CreateEndpoint("{version:int}/{language:length(2)}/test63/method-2", new
HttpMethodMetadata
(new[] { "POST" })),
1630
CreateEndpoint("test63/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1631
CreateEndpoint("{language:length(2)}/test63/method-3", new
HttpMethodMetadata
(new[] { "POST" })),
1632
CreateEndpoint("{version:int}/{language:length(2)}/test63/method-3", new
HttpMethodMetadata
(new[] { "POST" }))
1661
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workers/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1662
CreateEndpoint("api/workers/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1663
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workers/all", new
HttpMethodMetadata
(new[] { "GET" })),
1664
CreateEndpoint("api/workers/all", new
HttpMethodMetadata
(new[] { "GET" })),
1665
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workers/{id:regex((?!(discover)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1666
CreateEndpoint("api/workers/{id:regex((?!(discover)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1667
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workerpools", new
HttpMethodMetadata
(new[] { "POST" })),
1668
CreateEndpoint("api/workerpools", new
HttpMethodMetadata
(new[] { "POST" })),
1669
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workerpools/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1670
CreateEndpoint("api/workerpools/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1671
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workerpools/all", new
HttpMethodMetadata
(new[] { "GET" })),
1672
CreateEndpoint("api/workerpools/all", new
HttpMethodMetadata
(new[] { "GET" })),
1673
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workerpools/{id:regex((?!(all|summary|supportedtypes|dynamicworkertypes)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1674
CreateEndpoint("api/workerpools/{id:regex((?!(all|summary|supportedtypes|dynamicworkertypes)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1675
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/workerpools", new
HttpMethodMetadata
(new[] { "GET" })),
1676
CreateEndpoint("api/workerpools", new
HttpMethodMetadata
(new[] { "GET" })),
1677
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/variables/all", new
HttpMethodMetadata
(new[] { "GET" })),
1678
CreateEndpoint("api/variables/all", new
HttpMethodMetadata
(new[] { "GET" })),
1679
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/variables/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1680
CreateEndpoint("api/variables/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1681
CreateEndpoint("api/users/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1682
CreateEndpoint("api/users/all", new
HttpMethodMetadata
(new[] { "GET" })),
1683
CreateEndpoint("api/users/{id:regex((?!(all|authentication|external-search|identity-metadata|me)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1684
CreateEndpoint("api/users", new
HttpMethodMetadata
(new[] { "GET" })),
1685
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/users/invitations/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1686
CreateEndpoint("api/users/invitations/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1687
CreateEndpoint("api/userroles/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1688
CreateEndpoint("api/userroles/all", new
HttpMethodMetadata
(new[] { "GET" })),
1689
CreateEndpoint("api/userroles/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1690
CreateEndpoint("api/userroles", new
HttpMethodMetadata
(new[] { "GET" })),
1691
CreateEndpoint("api/userroles/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1692
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/users/{id}/permissions/export", new
HttpMethodMetadata
(new[] { "GET" })),
1693
CreateEndpoint("api/users/{id}/permissions/export", new
HttpMethodMetadata
(new[] { "GET" })),
1694
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants", new
HttpMethodMetadata
(new[] { "POST" })),
1695
CreateEndpoint("api/tenants", new
HttpMethodMetadata
(new[] { "POST" })),
1696
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1697
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1698
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/all", new
HttpMethodMetadata
(new[] { "GET" })),
1699
CreateEndpoint("api/tenants/all", new
HttpMethodMetadata
(new[] { "GET" })),
1700
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}", new
HttpMethodMetadata
(new[] { "GET" })),
1701
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}", new
HttpMethodMetadata
(new[] { "GET" })),
1702
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}/logo", new
HttpMethodMetadata
(new[] { "GET" })),
1703
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}/logo", new
HttpMethodMetadata
(new[] { "GET" })),
1704
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/variables-missing", new
HttpMethodMetadata
(new[] { "GET" })),
1705
CreateEndpoint("api/tenants/variables-missing", new
HttpMethodMetadata
(new[] { "GET" })),
1706
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants", new
HttpMethodMetadata
(new[] { "GET" })),
1707
CreateEndpoint("api/tenants", new
HttpMethodMetadata
(new[] { "GET" })),
1708
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/status", new
HttpMethodMetadata
(new[] { "GET" })),
1709
CreateEndpoint("api/tenants/status", new
HttpMethodMetadata
(new[] { "GET" })),
1710
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}/variables", new
HttpMethodMetadata
(new[] { "GET" })),
1711
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}/variables", new
HttpMethodMetadata
(new[] { "GET" })),
1712
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1713
CreateEndpoint("api/tenants/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1714
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}/variables", new
HttpMethodMetadata
(new[] { "PUT" })),
1715
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}/variables", new
HttpMethodMetadata
(new[] { "PUT" })),
1716
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}/variables", new
HttpMethodMetadata
(new[] { "POST" })),
1717
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}/variables", new
HttpMethodMetadata
(new[] { "POST" })),
1718
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}/logo", new
HttpMethodMetadata
(new[] { "POST" })),
1719
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}/logo", new
HttpMethodMetadata
(new[] { "POST" })),
1720
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/{id:regex(^Tenants-\\d\u002B$)}/logo", new
HttpMethodMetadata
(new[] { "PUT" })),
1721
CreateEndpoint("api/tenants/{id:regex(^Tenants-\\d\u002B$)}/logo", new
HttpMethodMetadata
(new[] { "PUT" })),
1722
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tenants/tag-test", new
HttpMethodMetadata
(new[] { "GET" })),
1723
CreateEndpoint("api/tenants/tag-test", new
HttpMethodMetadata
(new[] { "GET" })),
1724
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams", new
HttpMethodMetadata
(new[] { "POST" })),
1725
CreateEndpoint("api/teams", new
HttpMethodMetadata
(new[] { "POST" })),
1726
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1727
CreateEndpoint("api/teams/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1728
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams/all", new
HttpMethodMetadata
(new[] { "GET" })),
1729
CreateEndpoint("api/teams/all", new
HttpMethodMetadata
(new[] { "GET" })),
1730
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1731
CreateEndpoint("api/teams/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1732
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams", new
HttpMethodMetadata
(new[] { "GET" })),
1733
CreateEndpoint("api/teams", new
HttpMethodMetadata
(new[] { "GET" })),
1734
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams/{id}/scopeduserroles", new
HttpMethodMetadata
(new[] { "GET" })),
1735
CreateEndpoint("api/teams/{id}/scopeduserroles", new
HttpMethodMetadata
(new[] { "GET" })),
1736
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teams/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1737
CreateEndpoint("api/teams/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1738
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teammembership", new
HttpMethodMetadata
(new[] { "GET" })),
1739
CreateEndpoint("api/teammembership", new
HttpMethodMetadata
(new[] { "GET" })),
1740
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/teammembership/previewteam", new
HttpMethodMetadata
(new[] { "POST" })),
1741
CreateEndpoint("api/teammembership/previewteam", new
HttpMethodMetadata
(new[] { "POST" })),
1742
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tagsets/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1743
CreateEndpoint("api/tagsets/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1744
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tagsets/all", new
HttpMethodMetadata
(new[] { "GET" })),
1745
CreateEndpoint("api/tagsets/all", new
HttpMethodMetadata
(new[] { "GET" })),
1746
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tagsets/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1747
CreateEndpoint("api/tagsets/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1748
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/tagsets", new
HttpMethodMetadata
(new[] { "GET" })),
1749
CreateEndpoint("api/tagsets", new
HttpMethodMetadata
(new[] { "GET" })),
1750
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/subscriptions/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1751
CreateEndpoint("api/subscriptions/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1752
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/subscriptions/all", new
HttpMethodMetadata
(new[] { "GET" })),
1753
CreateEndpoint("api/subscriptions/all", new
HttpMethodMetadata
(new[] { "GET" })),
1754
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/subscriptions/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1755
CreateEndpoint("api/subscriptions/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1756
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/subscriptions", new
HttpMethodMetadata
(new[] { "GET" })),
1757
CreateEndpoint("api/subscriptions", new
HttpMethodMetadata
(new[] { "GET" })),
1758
CreateEndpoint("api/steps/{stepId}/{version}/logo", new
HttpMethodMetadata
(new[] { "GET" })),
1759
CreateEndpoint("api/steps/deploymenttargets/{stepId}/{version}/logo", new
HttpMethodMetadata
(new[] { "GET" })),
1760
CreateEndpoint("api/steps/{stepId}/{version}/schema", new
HttpMethodMetadata
(new[] { "GET" })),
1761
CreateEndpoint("api/steps/deploymenttargets/{stepId}/{version}/schema", new
HttpMethodMetadata
(new[] { "GET" })),
1762
CreateEndpoint("api/steps/{stepId}/latest-version", new
HttpMethodMetadata
(new[] { "GET" })),
1763
CreateEndpoint("api/steps/{stepId}/{version}.js", new
HttpMethodMetadata
(new[] { "GET" })),
1764
CreateEndpoint("api/steps/deploymenttargets/{stepId}/{version}.js", new
HttpMethodMetadata
(new[] { "GET" })),
1765
CreateEndpoint("api/steps/deploymenttargets", new
HttpMethodMetadata
(new[] { "GET" })),
1766
CreateEndpoint("api/spaces/all", new
HttpMethodMetadata
(new[] { "GET" })),
1767
CreateEndpoint("api/spaces/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1768
CreateEndpoint("api/spaces", new
HttpMethodMetadata
(new[] { "GET" })),
1769
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/spaces/{id:regex(^Spaces-\\d\u002B$)}/search", new
HttpMethodMetadata
(new[] { "GET" })),
1770
CreateEndpoint("api/spaces/{id:regex(^Spaces-\\d\u002B$)}/search", new
HttpMethodMetadata
(new[] { "GET" })),
1771
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/scopeduserroles/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1772
CreateEndpoint("api/scopeduserroles/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1773
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/scopeduserroles/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1774
CreateEndpoint("api/scopeduserroles/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1775
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks", new
HttpMethodMetadata
(new[] { "POST" })),
1776
CreateEndpoint("api/runbooks", new
HttpMethodMetadata
(new[] { "POST" })),
1777
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks", new
HttpMethodMetadata
(new[] { "POST" })),
1778
CreateEndpoint("api/projects/{projectId}/runbooks", new
HttpMethodMetadata
(new[] { "POST" })),
1779
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks", new
HttpMethodMetadata
(new[] { "POST" })),
1780
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks", new
HttpMethodMetadata
(new[] { "POST" })),
1781
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1782
CreateEndpoint("api/runbooks/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1783
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1784
CreateEndpoint("api/projects/{projectId}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1785
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1786
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1787
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/all", new
HttpMethodMetadata
(new[] { "GET" })),
1788
CreateEndpoint("api/runbooks/all", new
HttpMethodMetadata
(new[] { "GET" })),
1789
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/all", new
HttpMethodMetadata
(new[] { "GET" })),
1790
CreateEndpoint("api/projects/{projectId}/runbooks/all", new
HttpMethodMetadata
(new[] { "GET" })),
1791
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/all", new
HttpMethodMetadata
(new[] { "GET" })),
1792
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/all", new
HttpMethodMetadata
(new[] { "GET" })),
1793
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1794
CreateEndpoint("api/runbooks/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1795
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1796
CreateEndpoint("api/projects/{projectId}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1797
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1798
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1799
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
1800
CreateEndpoint("api/runbooks/{id}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
1801
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
1802
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
1803
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
1804
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
1805
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/runbookRuns/preview/{environment}/{tenant}", new
HttpMethodMetadata
(new[] { "GET" })),
1806
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/runbookRuns/preview/{environment}/{tenant}", new
HttpMethodMetadata
(new[] { "GET" })),
1807
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/runbookRuns/preview/{environment}/{tenant}", new
HttpMethodMetadata
(new[] { "GET" })),
1808
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/runbookRuns/preview/{environment}/{tenant}", new
HttpMethodMetadata
(new[] { "GET" })),
1809
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/runbookRuns/preview/{environment}/{tenant}", new
HttpMethodMetadata
(new[] { "GET" })),
1810
CreateEndpoint("api/runbooks/{id}/runbookRuns/preview/{environment}/{tenant}", new
HttpMethodMetadata
(new[] { "GET" })),
1811
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/runbookRuns/preview/{environment}", new
HttpMethodMetadata
(new[] { "GET" })),
1812
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/runbookRuns/preview/{environment}", new
HttpMethodMetadata
(new[] { "GET" })),
1813
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/runbookRuns/preview/{environment}", new
HttpMethodMetadata
(new[] { "GET" })),
1814
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/runbookRuns/preview/{environment}", new
HttpMethodMetadata
(new[] { "GET" })),
1815
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/runbookRuns/preview/{environment}", new
HttpMethodMetadata
(new[] { "GET" })),
1816
CreateEndpoint("api/runbooks/{id}/runbookRuns/preview/{environment}", new
HttpMethodMetadata
(new[] { "GET" })),
1817
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks", new
HttpMethodMetadata
(new[] { "GET" })),
1818
CreateEndpoint("api/runbooks", new
HttpMethodMetadata
(new[] { "GET" })),
1819
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks", new
HttpMethodMetadata
(new[] { "GET" })),
1820
CreateEndpoint("api/projects/{projectId}/runbooks", new
HttpMethodMetadata
(new[] { "GET" })),
1821
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks", new
HttpMethodMetadata
(new[] { "GET" })),
1822
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks", new
HttpMethodMetadata
(new[] { "GET" })),
1823
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1824
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1825
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1826
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1827
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1828
CreateEndpoint("api/runbooks/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1829
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/runbookRunTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1830
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/runbookRunTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1831
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/runbookRunTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1832
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/runbookRunTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1833
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/runbookRunTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1834
CreateEndpoint("api/runbooks/{id}/runbookRunTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1835
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1836
CreateEndpoint("api/runbooks/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1837
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1838
CreateEndpoint("api/projects/{projectId}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1839
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1840
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1841
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/run", new
HttpMethodMetadata
(new[] { "POST" })),
1842
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/run", new
HttpMethodMetadata
(new[] { "POST" })),
1843
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/run", new
HttpMethodMetadata
(new[] { "POST" })),
1844
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/run", new
HttpMethodMetadata
(new[] { "POST" })),
1845
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/run", new
HttpMethodMetadata
(new[] { "POST" })),
1846
CreateEndpoint("api/runbooks/{id}/run", new
HttpMethodMetadata
(new[] { "POST" })),
1847
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooksnapshots/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1848
CreateEndpoint("api/runbooksnapshots/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1849
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooksnapshots/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1850
CreateEndpoint("api/projects/{projectId}/runbooksnapshots/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1851
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooksnapshots/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1852
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooksnapshots/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1853
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookSnapshots/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1854
CreateEndpoint("api/runbookSnapshots/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1855
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookSnapshots/{idOrName}", new
HttpMethodMetadata
(new[] { "GET" })),
1856
CreateEndpoint("api/projects/{projectId}/runbookSnapshots/{idOrName}", new
HttpMethodMetadata
(new[] { "GET" })),
1857
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookSnapshots/{idOrName}", new
HttpMethodMetadata
(new[] { "GET" })),
1858
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookSnapshots/{idOrName}", new
HttpMethodMetadata
(new[] { "GET" })),
1859
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1860
CreateEndpoint("api/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1861
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1862
CreateEndpoint("api/projects/{projectId}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1863
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1864
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1865
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbooks/{id}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1866
CreateEndpoint("api/runbooks/{id}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1867
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbooks/{id}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1868
CreateEndpoint("api/projects/{projectId}/runbooks/{id}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1869
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbooks/{id}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1870
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbooks/{id}/runbookSnapshots", new
HttpMethodMetadata
(new[] { "GET" })),
1871
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookRuns", new
HttpMethodMetadata
(new[] { "POST" })),
1872
CreateEndpoint("api/runbookRuns", new
HttpMethodMetadata
(new[] { "POST" })),
1873
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookRuns", new
HttpMethodMetadata
(new[] { "POST" })),
1874
CreateEndpoint("api/projects/{projectId}/runbookRuns", new
HttpMethodMetadata
(new[] { "POST" })),
1875
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookRuns", new
HttpMethodMetadata
(new[] { "POST" })),
1876
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookRuns", new
HttpMethodMetadata
(new[] { "POST" })),
1877
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookruns/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1878
CreateEndpoint("api/runbookruns/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1879
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookruns/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1880
CreateEndpoint("api/projects/{projectId}/runbookruns/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1881
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookruns/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1882
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookruns/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1883
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookRuns/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1884
CreateEndpoint("api/runbookRuns/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1885
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookRuns/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1886
CreateEndpoint("api/projects/{projectId}/runbookRuns/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1887
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookRuns/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1888
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookRuns/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1889
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1890
CreateEndpoint("api/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1891
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1892
CreateEndpoint("api/projects/{projectId}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1893
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1894
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1895
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1896
CreateEndpoint("api/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1897
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1898
CreateEndpoint("api/projects/{projectId}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1899
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1900
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1901
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookProcesses", new
HttpMethodMetadata
(new[] { "GET" })),
1902
CreateEndpoint("api/runbookProcesses", new
HttpMethodMetadata
(new[] { "GET" })),
1903
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookProcesses", new
HttpMethodMetadata
(new[] { "GET" })),
1904
CreateEndpoint("api/projects/{projectId}/runbookProcesses", new
HttpMethodMetadata
(new[] { "GET" })),
1905
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookProcesses", new
HttpMethodMetadata
(new[] { "GET" })),
1906
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookProcesses", new
HttpMethodMetadata
(new[] { "GET" })),
1907
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookProcesses/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1908
CreateEndpoint("api/projects/{projectId}/runbookProcesses/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1909
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookProcesses/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1910
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookProcesses/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1911
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookProcesses/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1912
CreateEndpoint("api/runbookProcesses/{id}/runbookSnapshotTemplate", new
HttpMethodMetadata
(new[] { "GET" })),
1913
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookSnapshots/{id}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1914
CreateEndpoint("api/runbookSnapshots/{id}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1915
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookSnapshots/{id}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1916
CreateEndpoint("api/projects/{projectId}/runbookSnapshots/{id}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1917
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookSnapshots/{id}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1918
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookSnapshots/{id}/runbookRuns", new
HttpMethodMetadata
(new[] { "GET" })),
1919
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1920
CreateEndpoint("api/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1921
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1922
CreateEndpoint("api/projects/{projectId}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1923
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1924
CreateEndpoint("api/projects/{projectId}/{gitRef}/runbookProcesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
1925
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/reporting/deployments/xml", new
HttpMethodMetadata
(new[] { "GET" })),
1926
CreateEndpoint("api/reporting/deployments/xml", new
HttpMethodMetadata
(new[] { "GET" })),
1927
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/releases/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1928
CreateEndpoint("api/releases/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1929
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/releases/{id}/deployments", new
HttpMethodMetadata
(new[] { "GET" })),
1930
CreateEndpoint("api/releases/{id}/deployments", new
HttpMethodMetadata
(new[] { "GET" })),
1931
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1932
CreateEndpoint("api/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1933
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/{id}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1934
CreateEndpoint("api/channels/{id}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1935
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/channels/{id}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1936
CreateEndpoint("api/projects/{projectId}/channels/{id}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1937
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/channels/{id}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1938
CreateEndpoint("api/projects/{projectId}/{gitRef}/channels/{id}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1939
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1940
CreateEndpoint("api/projects/{projectId}/releases", new
HttpMethodMetadata
(new[] { "GET" })),
1941
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/proxies/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1942
CreateEndpoint("api/proxies/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1943
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/proxies/all", new
HttpMethodMetadata
(new[] { "GET" })),
1944
CreateEndpoint("api/proxies/all", new
HttpMethodMetadata
(new[] { "GET" })),
1945
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/proxies", new
HttpMethodMetadata
(new[] { "GET" })),
1946
CreateEndpoint("api/proxies", new
HttpMethodMetadata
(new[] { "GET" })),
1947
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/proxies/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1948
CreateEndpoint("api/proxies/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1949
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projecttriggers/{triggerId}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1950
CreateEndpoint("api/projecttriggers/{triggerId}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1951
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1952
CreateEndpoint("api/projects/{projectId}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1953
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1954
CreateEndpoint("api/projects/{projectId}/{gitRef}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1955
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projecttriggers/{triggerId}", new
HttpMethodMetadata
(new[] { "GET" })),
1956
CreateEndpoint("api/projecttriggers/{triggerId}", new
HttpMethodMetadata
(new[] { "GET" })),
1957
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "GET" })),
1958
CreateEndpoint("api/projects/{projectId}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "GET" })),
1959
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "GET" })),
1960
CreateEndpoint("api/projects/{projectId}/{gitRef}/triggers/{triggerId}", new
HttpMethodMetadata
(new[] { "GET" })),
1961
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projecttriggers", new
HttpMethodMetadata
(new[] { "GET" })),
1962
CreateEndpoint("api/projecttriggers", new
HttpMethodMetadata
(new[] { "GET" })),
1963
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/triggers", new
HttpMethodMetadata
(new[] { "GET" })),
1964
CreateEndpoint("api/projects/{projectId}/triggers", new
HttpMethodMetadata
(new[] { "GET" })),
1965
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/triggers", new
HttpMethodMetadata
(new[] { "GET" })),
1966
CreateEndpoint("api/projects/{projectId}/{gitRef}/triggers", new
HttpMethodMetadata
(new[] { "GET" })),
1967
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1968
CreateEndpoint("api/projects/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1969
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/experimental/summaries", new
HttpMethodMetadata
(new[] { "GET" })),
1970
CreateEndpoint("api/projects/experimental/summaries", new
HttpMethodMetadata
(new[] { "GET" })),
1971
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/vcs/modified", new
HttpMethodMetadata
(new[] { "POST" })),
1972
CreateEndpoint("api/projects/{projectId}/vcs/modified", new
HttpMethodMetadata
(new[] { "POST" })),
1973
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projectgroups/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1974
CreateEndpoint("api/projectgroups/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1975
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projectgroups/all", new
HttpMethodMetadata
(new[] { "GET" })),
1976
CreateEndpoint("api/projectgroups/all", new
HttpMethodMetadata
(new[] { "GET" })),
1977
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projectgroups/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1978
CreateEndpoint("api/projectgroups/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
1979
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projectgroups/{id}/projects", new
HttpMethodMetadata
(new[] { "GET" })),
1980
CreateEndpoint("api/projectgroups/{id}/projects", new
HttpMethodMetadata
(new[] { "GET" })),
1981
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projectgroups", new
HttpMethodMetadata
(new[] { "GET" })),
1982
CreateEndpoint("api/projectgroups", new
HttpMethodMetadata
(new[] { "GET" })),
1983
CreateEndpoint("api/octopusservernodes/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1984
CreateEndpoint("api/octopusservernodes/all", new
HttpMethodMetadata
(new[] { "GET" })),
1985
CreateEndpoint("api/octopusservernodes/{id:regex((?!(ping|summary)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1986
CreateEndpoint("api/octopusservernodes", new
HttpMethodMetadata
(new[] { "GET" })),
1987
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machines/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1988
CreateEndpoint("api/machines/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1989
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machines/all", new
HttpMethodMetadata
(new[] { "GET" })),
1990
CreateEndpoint("api/machines/all", new
HttpMethodMetadata
(new[] { "GET" })),
1991
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machines/{id:regex((?!(discover)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1992
CreateEndpoint("api/machines/{id:regex((?!(discover)))}", new
HttpMethodMetadata
(new[] { "GET" })),
1993
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1994
CreateEndpoint("api/machinepolicies/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
1995
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies/all", new
HttpMethodMetadata
(new[] { "GET" })),
1996
CreateEndpoint("api/machinepolicies/all", new
HttpMethodMetadata
(new[] { "GET" })),
1997
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies", new
HttpMethodMetadata
(new[] { "GET" })),
1998
CreateEndpoint("api/machinepolicies", new
HttpMethodMetadata
(new[] { "GET" })),
1999
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies/{id:regex((?!(template)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2000
CreateEndpoint("api/machinepolicies/{id:regex((?!(template)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2001
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies/{id}/machines", new
HttpMethodMetadata
(new[] { "GET" })),
2002
CreateEndpoint("api/machinepolicies/{id}/machines", new
HttpMethodMetadata
(new[] { "GET" })),
2003
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies/template", new
HttpMethodMetadata
(new[] { "GET" })),
2004
CreateEndpoint("api/machinepolicies/template", new
HttpMethodMetadata
(new[] { "GET" })),
2005
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/machinepolicies/{id}/workers", new
HttpMethodMetadata
(new[] { "GET" })),
2006
CreateEndpoint("api/machinepolicies/{id}/workers", new
HttpMethodMetadata
(new[] { "GET" })),
2007
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/lifecycles/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2008
CreateEndpoint("api/lifecycles/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2009
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/lifecycles/all", new
HttpMethodMetadata
(new[] { "GET" })),
2010
CreateEndpoint("api/lifecycles/all", new
HttpMethodMetadata
(new[] { "GET" })),
2011
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/lifecycles/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2012
CreateEndpoint("api/lifecycles/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2013
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/lifecycles", new
HttpMethodMetadata
(new[] { "GET" })),
2014
CreateEndpoint("api/lifecycles", new
HttpMethodMetadata
(new[] { "GET" })),
2015
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/libraryvariablesets/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2016
CreateEndpoint("api/libraryvariablesets/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2017
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/libraryvariablesets/all", new
HttpMethodMetadata
(new[] { "GET" })),
2018
CreateEndpoint("api/libraryvariablesets/all", new
HttpMethodMetadata
(new[] { "GET" })),
2019
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/libraryvariablesets/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2020
CreateEndpoint("api/libraryvariablesets/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2021
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/interruptions/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2022
CreateEndpoint("api/interruptions/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2023
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/feeds/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2024
CreateEndpoint("api/feeds/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2025
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/environments/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2026
CreateEndpoint("api/environments/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2027
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/environments/all", new
HttpMethodMetadata
(new[] { "GET" })),
2028
CreateEndpoint("api/environments/all", new
HttpMethodMetadata
(new[] { "GET" })),
2029
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/environments/{id:regex((?!(summary)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2030
CreateEndpoint("api/environments/{id:regex((?!(summary)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2031
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/environments", new
HttpMethodMetadata
(new[] { "GET" })),
2032
CreateEndpoint("api/environments", new
HttpMethodMetadata
(new[] { "GET" })),
2033
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deployments", new
HttpMethodMetadata
(new[] { "POST" })),
2034
CreateEndpoint("api/deployments", new
HttpMethodMetadata
(new[] { "POST" })),
2035
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deployments/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2036
CreateEndpoint("api/deployments/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2037
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deployments/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2038
CreateEndpoint("api/deployments/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2039
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deployments", new
HttpMethodMetadata
(new[] { "GET" })),
2040
CreateEndpoint("api/deployments", new
HttpMethodMetadata
(new[] { "GET" })),
2041
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings/ocl/raw", new
HttpMethodMetadata
(new[] { "GET" })),
2042
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings/ocl/raw", new
HttpMethodMetadata
(new[] { "GET" })),
2043
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deploymentsettings/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2044
CreateEndpoint("api/deploymentsettings/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2045
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings", new
HttpMethodMetadata
(new[] { "GET" })),
2046
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings", new
HttpMethodMetadata
(new[] { "GET" })),
2047
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentsettings", new
HttpMethodMetadata
(new[] { "GET" })),
2048
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentsettings", new
HttpMethodMetadata
(new[] { "GET" })),
2049
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings/ocl/raw", new
HttpMethodMetadata
(new[] { "PUT" })),
2050
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings/ocl/raw", new
HttpMethodMetadata
(new[] { "PUT" })),
2051
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deploymentsettings/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2052
CreateEndpoint("api/deploymentsettings/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2053
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentsettings", new
HttpMethodMetadata
(new[] { "PUT" })),
2054
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentsettings", new
HttpMethodMetadata
(new[] { "PUT" })),
2055
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings", new
HttpMethodMetadata
(new[] { "PUT" })),
2056
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentsettings", new
HttpMethodMetadata
(new[] { "PUT" })),
2057
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "GET" })),
2058
CreateEndpoint("api/deploymentprocesses", new
HttpMethodMetadata
(new[] { "GET" })),
2059
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "GET" })),
2060
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "GET" })),
2061
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "GET" })),
2062
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "GET" })),
2063
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/ocl/raw", new
HttpMethodMetadata
(new[] { "GET" })),
2064
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/ocl/raw", new
HttpMethodMetadata
(new[] { "GET" })),
2065
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deploymentprocesses/{deploymentProcessId}/template", new
HttpMethodMetadata
(new[] { "GET" })),
2066
CreateEndpoint("api/deploymentprocesses/{deploymentProcessId}/template", new
HttpMethodMetadata
(new[] { "GET" })),
2067
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/template", new
HttpMethodMetadata
(new[] { "GET" })),
2068
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/template", new
HttpMethodMetadata
(new[] { "GET" })),
2069
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocesses/template", new
HttpMethodMetadata
(new[] { "GET" })),
2070
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocesses/template", new
HttpMethodMetadata
(new[] { "GET" })),
2071
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deploymentprocesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2072
CreateEndpoint("api/deploymentprocesses/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2073
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/ocl/raw", new
HttpMethodMetadata
(new[] { "PUT" })),
2074
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/ocl/raw", new
HttpMethodMetadata
(new[] { "PUT" })),
2075
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/deploymentprocesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2076
CreateEndpoint("api/deploymentprocesses/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2077
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "PUT" })),
2078
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "PUT" })),
2079
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "PUT" })),
2080
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocesses", new
HttpMethodMetadata
(new[] { "PUT" })),
2081
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocess/validate", new
HttpMethodMetadata
(new[] { "POST" })),
2082
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/deploymentprocess/validate", new
HttpMethodMetadata
(new[] { "POST" })),
2083
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/validate", new
HttpMethodMetadata
(new[] { "POST" })),
2084
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/deploymentprocesses/validate", new
HttpMethodMetadata
(new[] { "POST" })),
2085
CreateEndpoint("api/configuration/retention-default", new
HttpMethodMetadata
(new[] { "GET" })),
2086
CreateEndpoint("api/configuration/retention-default", new
HttpMethodMetadata
(new[] { "PUT" })),
2087
CreateEndpoint("api/configuration/certificates/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2088
CreateEndpoint("api/communityactiontemplates/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2089
CreateEndpoint("api/communityactiontemplates", new
HttpMethodMetadata
(new[] { "GET" })),
2090
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels", new
HttpMethodMetadata
(new[] { "POST" })),
2091
CreateEndpoint("api/channels", new
HttpMethodMetadata
(new[] { "POST" })),
2092
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/channels", new
HttpMethodMetadata
(new[] { "POST" })),
2093
CreateEndpoint("api/projects/{projectId}/channels", new
HttpMethodMetadata
(new[] { "POST" })),
2094
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/channels", new
HttpMethodMetadata
(new[] { "POST" })),
2095
CreateEndpoint("api/projects/{projectId}/{gitRef}/channels", new
HttpMethodMetadata
(new[] { "POST" })),
2096
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2097
CreateEndpoint("api/channels/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2098
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/channels/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2099
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/channels/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2100
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/channels/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2101
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/channels/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2102
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/all", new
HttpMethodMetadata
(new[] { "GET" })),
2103
CreateEndpoint("api/channels/all", new
HttpMethodMetadata
(new[] { "GET" })),
2104
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/{id:regex((?!(rule-test)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2105
CreateEndpoint("api/channels/{id:regex((?!(rule-test)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2106
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/channels/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2107
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/channels/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2108
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/channels/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2109
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/channels/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2110
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels", new
HttpMethodMetadata
(new[] { "GET" })),
2111
CreateEndpoint("api/channels", new
HttpMethodMetadata
(new[] { "GET" })),
2112
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/channels", new
HttpMethodMetadata
(new[] { "GET" })),
2113
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/channels", new
HttpMethodMetadata
(new[] { "GET" })),
2114
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/channels", new
HttpMethodMetadata
(new[] { "GET" })),
2115
CreateEndpoint("api/projects/{projectId:regex(^Projects-\\d\u002B$)}/{gitRef}/channels", new
HttpMethodMetadata
(new[] { "GET" })),
2116
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/channels/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2117
CreateEndpoint("api/projects/{projectId}/channels/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2118
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/projects/{projectId}/{gitRef}/channels/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2119
CreateEndpoint("api/projects/{projectId}/{gitRef}/channels/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2120
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2121
CreateEndpoint("api/channels/{id}", new
HttpMethodMetadata
(new[] { "PUT" })),
2122
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/rule-test", new
HttpMethodMetadata
(new[] { "GET" })),
2123
CreateEndpoint("api/channels/rule-test", new
HttpMethodMetadata
(new[] { "GET" })),
2124
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/channels/rule-test", new
HttpMethodMetadata
(new[] { "POST" })),
2125
CreateEndpoint("api/channels/rule-test", new
HttpMethodMetadata
(new[] { "POST" })),
2126
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/certificates/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2127
CreateEndpoint("api/certificates/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2128
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/certificates/all", new
HttpMethodMetadata
(new[] { "GET" })),
2129
CreateEndpoint("api/certificates/all", new
HttpMethodMetadata
(new[] { "GET" })),
2130
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/build-information/bulk", new
HttpMethodMetadata
(new[] { "DELETE" })),
2131
CreateEndpoint("api/build-information/bulk", new
HttpMethodMetadata
(new[] { "DELETE" })),
2132
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/build-information/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2133
CreateEndpoint("api/build-information/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2134
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/artifacts/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2135
CreateEndpoint("api/artifacts/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2136
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/artifacts/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2137
CreateEndpoint("api/artifacts/{id}", new
HttpMethodMetadata
(new[] { "GET" })),
2138
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/actiontemplates/{id:regex((?!(search|categories)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2139
CreateEndpoint("api/actiontemplates/{id:regex((?!(search|categories)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2140
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/actiontemplates", new
HttpMethodMetadata
(new[] { "GET" })),
2141
CreateEndpoint("api/actiontemplates", new
HttpMethodMetadata
(new[] { "GET" })),
2142
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/actiontemplates/all", new
HttpMethodMetadata
(new[] { "GET" })),
2143
CreateEndpoint("api/actiontemplates/all", new
HttpMethodMetadata
(new[] { "GET" })),
2144
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/accounts/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2145
CreateEndpoint("api/accounts/{id}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2146
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/accounts/{id}/pk", new
HttpMethodMetadata
(new[] { "GET" })),
2147
CreateEndpoint("api/accounts/{id}/pk", new
HttpMethodMetadata
(new[] { "GET" })),
2148
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/accounts/{id:regex((?!(azureenvironments)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2149
CreateEndpoint("api/accounts/{id:regex((?!(azureenvironments)))}", new
HttpMethodMetadata
(new[] { "GET" })),
2150
CreateEndpoint("api/{baseSpaceId:regex(Spaces-\\d\u002B)}/accounts/all", new
HttpMethodMetadata
(new[] { "GET" })),
2151
CreateEndpoint("api/accounts/all", new
HttpMethodMetadata
(new[] { "GET" })),
2152
CreateEndpoint("api/diagnostics/throw", new
HttpMethodMetadata
(new[] { "GET" })),
2180
CreateEndpoint("Student", new
HttpMethodMetadata
(new[] { "GET" })),
2181
CreateEndpoint("{contextToken}/Student", new
HttpMethodMetadata
(new[] { "GET" })),
2182
CreateEndpoint("{contextToken}/Student/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2183
CreateEndpoint("{contextToken}/Student", new
HttpMethodMetadata
(new[] { "PATCH" })),
2184
CreateEndpoint("Student({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2185
CreateEndpoint("Student({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2186
CreateEndpoint("Student/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2187
CreateEndpoint("{contextToken}/Student({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2188
CreateEndpoint("{contextToken}/Student/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2189
CreateEndpoint("Student1", new
HttpMethodMetadata
(new[] { "GET" })),
2190
CreateEndpoint("{contextToken}/Student1", new
HttpMethodMetadata
(new[] { "GET" })),
2191
CreateEndpoint("{contextToken}/Student1/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2192
CreateEndpoint("{contextToken}/Student1", new
HttpMethodMetadata
(new[] { "PATCH" })),
2193
CreateEndpoint("Student1({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2194
CreateEndpoint("Student1({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2195
CreateEndpoint("Student1/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2196
CreateEndpoint("{contextToken}/Student1({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2197
CreateEndpoint("{contextToken}/Student1/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2198
CreateEndpoint("Student2", new
HttpMethodMetadata
(new[] { "GET" })),
2199
CreateEndpoint("{contextToken}/Student2", new
HttpMethodMetadata
(new[] { "GET" })),
2200
CreateEndpoint("{contextToken}/Student2/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2201
CreateEndpoint("{contextToken}/Student2", new
HttpMethodMetadata
(new[] { "PATCH" })),
2202
CreateEndpoint("Student2({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2203
CreateEndpoint("Student2({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2204
CreateEndpoint("Student2/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2205
CreateEndpoint("{contextToken}/Student2({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2206
CreateEndpoint("{contextToken}/Student2/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2207
CreateEndpoint("Student3", new
HttpMethodMetadata
(new[] { "GET" })),
2208
CreateEndpoint("{contextToken}/Student3", new
HttpMethodMetadata
(new[] { "GET" })),
2209
CreateEndpoint("{contextToken}/Student3/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2210
CreateEndpoint("{contextToken}/Student3", new
HttpMethodMetadata
(new[] { "PATCH" })),
2211
CreateEndpoint("Student3({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2212
CreateEndpoint("Student3({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2213
CreateEndpoint("Student3/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2214
CreateEndpoint("{contextToken}/Student3({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2215
CreateEndpoint("{contextToken}/Student3/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2216
CreateEndpoint("Student4", new
HttpMethodMetadata
(new[] { "GET" })),
2217
CreateEndpoint("{contextToken}/Student4", new
HttpMethodMetadata
(new[] { "GET" })),
2218
CreateEndpoint("{contextToken}/Student4/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2219
CreateEndpoint("{contextToken}/Student4", new
HttpMethodMetadata
(new[] { "PATCH" })),
2220
CreateEndpoint("Student4({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2221
CreateEndpoint("Student4({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2222
CreateEndpoint("Student4/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2223
CreateEndpoint("{contextToken}/Student4({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2224
CreateEndpoint("{contextToken}/Student4/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2225
CreateEndpoint("Student5", new
HttpMethodMetadata
(new[] { "GET" })),
2226
CreateEndpoint("{contextToken}/Student5", new
HttpMethodMetadata
(new[] { "GET" })),
2227
CreateEndpoint("{contextToken}/Student5/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2228
CreateEndpoint("{contextToken}/Student5", new
HttpMethodMetadata
(new[] { "PATCH" })),
2229
CreateEndpoint("Student5({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2230
CreateEndpoint("Student5({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2231
CreateEndpoint("Student5/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2232
CreateEndpoint("{contextToken}/Student5({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2233
CreateEndpoint("{contextToken}/Student5/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2234
CreateEndpoint("Student6", new
HttpMethodMetadata
(new[] { "GET" })),
2235
CreateEndpoint("{contextToken}/Student6", new
HttpMethodMetadata
(new[] { "GET" })),
2236
CreateEndpoint("{contextToken}/Student6/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2237
CreateEndpoint("{contextToken}/Student6", new
HttpMethodMetadata
(new[] { "PATCH" })),
2238
CreateEndpoint("Student6({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2239
CreateEndpoint("Student6({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2240
CreateEndpoint("Student6/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2241
CreateEndpoint("{contextToken}/Student6({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2242
CreateEndpoint("{contextToken}/Student6/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2243
CreateEndpoint("Student7", new
HttpMethodMetadata
(new[] { "GET" })),
2244
CreateEndpoint("{contextToken}/Student7", new
HttpMethodMetadata
(new[] { "GET" })),
2245
CreateEndpoint("{contextToken}/Student7/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2246
CreateEndpoint("{contextToken}/Student7", new
HttpMethodMetadata
(new[] { "PATCH" })),
2247
CreateEndpoint("Student7({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2248
CreateEndpoint("Student7({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2249
CreateEndpoint("Student7/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2250
CreateEndpoint("{contextToken}/Student7({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2251
CreateEndpoint("{contextToken}/Student7/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2252
CreateEndpoint("Student8", new
HttpMethodMetadata
(new[] { "GET" })),
2253
CreateEndpoint("{contextToken}/Student8", new
HttpMethodMetadata
(new[] { "GET" })),
2254
CreateEndpoint("{contextToken}/Student8/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2255
CreateEndpoint("{contextToken}/Student8", new
HttpMethodMetadata
(new[] { "PATCH" })),
2256
CreateEndpoint("Student8({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2257
CreateEndpoint("Student8({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2258
CreateEndpoint("Student8/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2259
CreateEndpoint("{contextToken}/Student8({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2260
CreateEndpoint("{contextToken}/Student8/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2261
CreateEndpoint("Student9", new
HttpMethodMetadata
(new[] { "GET" })),
2262
CreateEndpoint("{contextToken}/Student9", new
HttpMethodMetadata
(new[] { "GET" })),
2263
CreateEndpoint("{contextToken}/Student9/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2264
CreateEndpoint("{contextToken}/Student9", new
HttpMethodMetadata
(new[] { "PATCH" })),
2265
CreateEndpoint("Student9({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2266
CreateEndpoint("Student9({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2267
CreateEndpoint("Student9/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2268
CreateEndpoint("{contextToken}/Student9({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2269
CreateEndpoint("{contextToken}/Student9/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2270
CreateEndpoint("Student10", new
HttpMethodMetadata
(new[] { "GET" })),
2271
CreateEndpoint("{contextToken}/Student10", new
HttpMethodMetadata
(new[] { "GET" })),
2272
CreateEndpoint("{contextToken}/Student10/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2273
CreateEndpoint("{contextToken}/Student10", new
HttpMethodMetadata
(new[] { "PATCH" })),
2274
CreateEndpoint("Student10({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2275
CreateEndpoint("Student10({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2276
CreateEndpoint("Student10/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2277
CreateEndpoint("{contextToken}/Student10({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2278
CreateEndpoint("{contextToken}/Student10/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2279
CreateEndpoint("Student11", new
HttpMethodMetadata
(new[] { "GET" })),
2280
CreateEndpoint("{contextToken}/Student11", new
HttpMethodMetadata
(new[] { "GET" })),
2281
CreateEndpoint("{contextToken}/Student11/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2282
CreateEndpoint("{contextToken}/Student11", new
HttpMethodMetadata
(new[] { "PATCH" })),
2283
CreateEndpoint("Student11({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2284
CreateEndpoint("Student11({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2285
CreateEndpoint("Student11/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2286
CreateEndpoint("{contextToken}/Student11({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2287
CreateEndpoint("{contextToken}/Student11/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2288
CreateEndpoint("Student12", new
HttpMethodMetadata
(new[] { "GET" })),
2289
CreateEndpoint("{contextToken}/Student12", new
HttpMethodMetadata
(new[] { "GET" })),
2290
CreateEndpoint("{contextToken}/Student12/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2291
CreateEndpoint("{contextToken}/Student12", new
HttpMethodMetadata
(new[] { "PATCH" })),
2292
CreateEndpoint("Student12({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2293
CreateEndpoint("Student12({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2294
CreateEndpoint("Student12/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2295
CreateEndpoint("{contextToken}/Student12({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2296
CreateEndpoint("{contextToken}/Student12/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2297
CreateEndpoint("Student13", new
HttpMethodMetadata
(new[] { "GET" })),
2298
CreateEndpoint("{contextToken}/Student13", new
HttpMethodMetadata
(new[] { "GET" })),
2299
CreateEndpoint("{contextToken}/Student13/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2300
CreateEndpoint("{contextToken}/Student13", new
HttpMethodMetadata
(new[] { "PATCH" })),
2301
CreateEndpoint("Student13({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2302
CreateEndpoint("Student13({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2303
CreateEndpoint("Student13/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2304
CreateEndpoint("{contextToken}/Student13({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2305
CreateEndpoint("{contextToken}/Student13/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2306
CreateEndpoint("Student14", new
HttpMethodMetadata
(new[] { "GET" })),
2307
CreateEndpoint("{contextToken}/Student14", new
HttpMethodMetadata
(new[] { "GET" })),
2308
CreateEndpoint("{contextToken}/Student14/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2309
CreateEndpoint("{contextToken}/Student14", new
HttpMethodMetadata
(new[] { "PATCH" })),
2310
CreateEndpoint("Student14({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2311
CreateEndpoint("Student14({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2312
CreateEndpoint("Student14/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2313
CreateEndpoint("{contextToken}/Student14({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2314
CreateEndpoint("{contextToken}/Student14/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2315
CreateEndpoint("Student15", new
HttpMethodMetadata
(new[] { "GET" })),
2316
CreateEndpoint("{contextToken}/Student15", new
HttpMethodMetadata
(new[] { "GET" })),
2317
CreateEndpoint("{contextToken}/Student15/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2318
CreateEndpoint("{contextToken}/Student15", new
HttpMethodMetadata
(new[] { "PATCH" })),
2319
CreateEndpoint("Student15({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2320
CreateEndpoint("Student15({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2321
CreateEndpoint("Student15/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2322
CreateEndpoint("{contextToken}/Student15({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2323
CreateEndpoint("{contextToken}/Student15/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2324
CreateEndpoint("Student16", new
HttpMethodMetadata
(new[] { "GET" })),
2325
CreateEndpoint("{contextToken}/Student16", new
HttpMethodMetadata
(new[] { "GET" })),
2326
CreateEndpoint("{contextToken}/Student16/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2327
CreateEndpoint("{contextToken}/Student16", new
HttpMethodMetadata
(new[] { "PATCH" })),
2328
CreateEndpoint("Student16({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2329
CreateEndpoint("Student16({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2330
CreateEndpoint("Student16/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2331
CreateEndpoint("{contextToken}/Student16({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2332
CreateEndpoint("{contextToken}/Student16/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2333
CreateEndpoint("Student17", new
HttpMethodMetadata
(new[] { "GET" })),
2334
CreateEndpoint("{contextToken}/Student17", new
HttpMethodMetadata
(new[] { "GET" })),
2335
CreateEndpoint("{contextToken}/Student17/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2336
CreateEndpoint("{contextToken}/Student17", new
HttpMethodMetadata
(new[] { "PATCH" })),
2337
CreateEndpoint("Student17({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2338
CreateEndpoint("Student17({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2339
CreateEndpoint("Student17/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2340
CreateEndpoint("{contextToken}/Student17({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2341
CreateEndpoint("{contextToken}/Student17/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2342
CreateEndpoint("Student18", new
HttpMethodMetadata
(new[] { "GET" })),
2343
CreateEndpoint("{contextToken}/Student18", new
HttpMethodMetadata
(new[] { "GET" })),
2344
CreateEndpoint("{contextToken}/Student18/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2345
CreateEndpoint("{contextToken}/Student18", new
HttpMethodMetadata
(new[] { "PATCH" })),
2346
CreateEndpoint("Student18({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2347
CreateEndpoint("Student18({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2348
CreateEndpoint("Student18/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2349
CreateEndpoint("{contextToken}/Student18({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2350
CreateEndpoint("{contextToken}/Student18/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2351
CreateEndpoint("Student19", new
HttpMethodMetadata
(new[] { "GET" })),
2352
CreateEndpoint("{contextToken}/Student19", new
HttpMethodMetadata
(new[] { "GET" })),
2353
CreateEndpoint("{contextToken}/Student19/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2354
CreateEndpoint("{contextToken}/Student19", new
HttpMethodMetadata
(new[] { "PATCH" })),
2355
CreateEndpoint("Student19({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2356
CreateEndpoint("Student19({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2357
CreateEndpoint("Student19/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2358
CreateEndpoint("{contextToken}/Student19({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2359
CreateEndpoint("{contextToken}/Student19/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2360
CreateEndpoint("Student20", new
HttpMethodMetadata
(new[] { "GET" })),
2361
CreateEndpoint("{contextToken}/Student20", new
HttpMethodMetadata
(new[] { "GET" })),
2362
CreateEndpoint("{contextToken}/Student20/$count", new
HttpMethodMetadata
(new[] { "GET" })),
2363
CreateEndpoint("{contextToken}/Student20", new
HttpMethodMetadata
(new[] { "PATCH" })),
2364
CreateEndpoint("Student20({propName}={propValue})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2365
CreateEndpoint("Student20({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2366
CreateEndpoint("Student20/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2367
CreateEndpoint("{contextToken}/Student20({key})", new
HttpMethodMetadata
(new[] { "DELETE" })),
2368
CreateEndpoint("{contextToken}/Student20/{key}", new
HttpMethodMetadata
(new[] { "DELETE" })),
2369
CreateEndpoint("{contextToken}/$metadata", new
HttpMethodMetadata
(new[] { "GET" })),
2370
CreateEndpoint("{contextToken}", new
HttpMethodMetadata
(new[] { "GET" })),
Matching\HttpMethodMatcherPolicyTest.cs (24)
33
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
51
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
52
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
70
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
71
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", }), new DynamicEndpointMetadata()),
104
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>()), new DynamicEndpointMetadata()),
122
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>()), new DynamicEndpointMetadata()),
123
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
141
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
142
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
164
endpoints[i] = CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "DEL" }));
184
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
185
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
186
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", "PUT", "POST" })),
187
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "PUT", "POST" })),
188
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
229
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
230
CreateEndpoint("/", new
HttpMethodMetadata
(Array.Empty<string>())),
232
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "PUT", "POST" })),
294
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
295
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", "PUT", "POST" })),
296
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "PUT", "POST" })),
338
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "GET", })),
340
CreateEndpoint("/", new
HttpMethodMetadata
(new[] { "PUT", "POST" })),
Microsoft.AspNetCore.StaticFiles (4)
StaticFilesEndpointRouteBuilderExtensions.cs (4)
56
.WithMetadata(new
HttpMethodMetadata
(_supportedHttpMethods));
92
.WithMetadata(new
HttpMethodMetadata
(_supportedHttpMethods));
135
.WithMetadata(new
HttpMethodMetadata
(_supportedHttpMethods));
177
.WithMetadata(new
HttpMethodMetadata
(_supportedHttpMethods));