Skip to content

Commit b594e4a

Browse files
fix: add jsdoc
1 parent 40ab569 commit b594e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/spectral/ipa/rulesets/functions/utils/operationIdGeneration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const CAMEL_CASE_WITH_ABBREVIATIONS = /[A-Z]+(?![a-z0-9])|[A-Z]*[a-z0-9]+
99
*
1010
* @param method the standard method name (create, update, get etc.), custom method name, or empty string (only for legacy custom methods)
1111
* @param path the path for the endpoint
12+
* @param ignoreSingularizationList a list of nouns to ignore when singularizing resource names
1213
*/
1314
export function generateOperationID(method, path, ignoreSingularizationList = []) {
1415
if (!path) {

0 commit comments

Comments
 (0)