We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4ba30 commit 2f32924Copy full SHA for 2f32924
lib/organization/index.js
@@ -102,7 +102,7 @@ export function Organization (http, data) {
102
*/
103
this.transferOwnership = async (email) => {
104
try {
105
- const response = await http.post(`${this.urlPath}/transfer_ownership`, { transfer_to: email })
+ const response = await http.post(`${this.urlPath}/transfer-ownership`, { transfer_to: email })
106
if (response.data) {
107
return response.data
108
} else {
0 commit comments