You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/api/BcfApi.js
+56Lines changed: 56 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2879,6 +2879,62 @@
2879
2879
}
2880
2880
2881
2881
2882
+
/**
2883
+
* @param {String} projectsPk
2884
+
* @param {module:model/Extensions} extensions
2885
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Extensions} and HTTP response
0 commit comments