From 7a8a6cf8ace0b1b25a41d8a14571321d9eb710c2 Mon Sep 17 00:00:00 2001 From: Joe Gallo Date: Tue, 4 Oct 2016 13:07:21 -0400 Subject: [PATCH] add preview note to getInstallations route --- doc/apidoc.js | 2 +- lib/routes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/apidoc.js b/doc/apidoc.js index c83a07edd4..41a001c6e4 100644 --- a/doc/apidoc.js +++ b/doc/apidoc.js @@ -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. diff --git a/lib/routes.json b/lib/routes.json index 7e6173e83c..ea05a12a0a 100644 --- a/lib/routes.json +++ b/lib/routes.json @@ -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.)" } },