Skip to content

Commit

Permalink
add preview note to getInstallations route
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gallo committed Oct 4, 2016
1 parent 8e7cc81 commit 7a8a6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/apidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ github.installations.create({ ... });
/**
* @api {get} /integration/installations getInstallations
* @apiName getInstallations
* @apiDescription List the integration's installations
* @apiDescription List the integration's installations. (In preview period. See README.)
* @apiGroup integrations
*
* @apiParam {Number} [page] Page number of the results to fetch.
Expand Down
2 changes: 1 addition & 1 deletion lib/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
"$page": null,
"$per_page": null
},
"description": "List the integration's installations"
"description": "List the integration's installations. (In preview period. See README.)"
}
},

Expand Down

0 comments on commit 7a8a6cf

Please sign in to comment.