Skip to content

Commit 4c828cc

Browse files
committed
fix: added security back to fix linting issues
1 parent 1607490 commit 4c828cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

openapi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,10 @@
359359
"/sandbox/received-ach-payment": {
360360
"$ref": "./schemas/simulation/simulationPaths.json#/createIncomingAchPayment"
361361
}
362-
}
362+
},
363+
"security": [
364+
{
365+
"bearerAuth": []
366+
}
367+
]
363368
}

0 commit comments

Comments
 (0)