File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
data-migration/user-transfer
infrastructure/terraform/modules/backend-api Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2020 "main" : " src/handler.ts" ,
2121 "name" : " user-transfer" ,
2222 "scripts" : {
23+ "apply" : " tsx src/migrate-cli.ts" ,
2324 "lint" : " eslint ./src" ,
2425 "lint:fix" : " eslint ./src --fix" ,
25- "apply" : " tsx src/migrate-cli.ts" ,
2626 "plan" : " tsx src/plan-cli.ts" ,
2727 "test:unit" : " jest" ,
2828 "typecheck" : " tsc --noEmit"
Original file line number Diff line number Diff line change 11581158 },
11591159 "put" : {
11601160 "description" : " Update a routing configuration by Id" ,
1161- "requestBody" : {
1162- "content" : {
1163- "application/json" : {
1164- "schema" : {
1165- "$ref" : " #/components/schemas/CreateUpdateRoutingConfig"
1166- }
1167- }
1168- },
1169- "description" : " Routing configuration update to apply" ,
1170- "required" : true
1171- },
11721161 "parameters" : [
11731162 {
11741163 "description" : " ID of routing configuration to update" ,
11801169 }
11811170 }
11821171 ],
1172+ "requestBody" : {
1173+ "content" : {
1174+ "application/json" : {
1175+ "schema" : {
1176+ "$ref" : " #/components/schemas/CreateUpdateRoutingConfig"
1177+ }
1178+ }
1179+ },
1180+ "description" : " Routing configuration update to apply" ,
1181+ "required" : true
1182+ },
11831183 "responses" : {
11841184 "200" : {
11851185 "content" : {
You can’t perform that action at this time.
0 commit comments