diff --git a/docs/references/api.md b/docs/references/api.md index 39f93c609..8b6a2cd29 100644 --- a/docs/references/api.md +++ b/docs/references/api.md @@ -199,7 +199,8 @@ Response (200): health: , // health of the application location: , // subdomain on which app is installed fqdn: , // the FQDN of this app - altDomain: // alternate domain from which this app can be reached + altDomain: , // alternate domain from which this app can be reached + cnameTarget: || null, // If altDomain is set, this contains the CNAME location for the app accessRestriction: null || { // list of users and groups who can access this application users: [ ], groups: [ ] @@ -281,7 +282,8 @@ Response (200): health: , // health of the application location: , // subdomain on which app is installed fqdn: , // the FQDN of this app - altDomain: // alternate domain from which this app can be reached + altDomain: , // alternate domain from which this app can be reached + cnameTarget: || null, // If altDomain is set, this contains the CNAME location for the app accessRestriction: null || { // list of users and groups who can access this application users: [ ], groups: [ ]