Skip to content

Commit

Permalink
Remove activateManage method from WPCOM undocumented.
Browse files Browse the repository at this point in the history
  • Loading branch information
roccotripaldi committed Apr 27, 2017
1 parent ad0e336 commit 920b9a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/lib/wpcom-undocumented/lib/undocumented.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,6 @@ Undocumented.prototype.scheduleJetpackFullysync = function( siteId, fn ) {
return this.wpcom.req.post( { path: endpointPath }, {}, fn );
};

Undocumented.prototype.activateManage = function( siteId, state, secret ) {
debug( '/jetpack-blogs/:site_id:/activate-manage query' );
const endpointUrl = '/jetpack-blogs/' + siteId + '/activate-manage';
const params = { state, secret };
return this.wpcom.req.post( { path: endpointUrl }, params );
};

Undocumented.prototype.invitesList = function( siteId, number, offset, fn ) {
debug( '/sites/:site_id:/invites query' );
return this.wpcom.req.get( '/sites/' + siteId + '/invites', {
Expand Down

0 comments on commit 920b9a0

Please sign in to comment.