You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`formsApp.name`| Yes |`string`| Name of the forms app |
61
62
|`formsApp.hostname`| Yes |`string`| Hostname (domain) for the forms app |
62
63
|`formsApp.organisationId`| Yes |`string`| The exact organisation identifier the forms app is associated with |
64
+
|`formsApp.formsAppEnvironmentId`| Yes |`number`| The exact forms app environment identifier the forms app is associated with |
63
65
|`formsApp.formIds`| Yes |`number[]`| The identifiers of the forms that are in the forms app. The order of the forms is respected when rendering the list of forms |
64
66
|`formsApp.pwaSettings`| Yes |`Object`| Forms App progressive web app setting properties |
65
67
|`formsApp.pwaSettings.homeScreenName`| No |`string`| The text beneath the app icon when installed as a progressive web app on mobile devices |
|`formsApp.name`| Yes |`string`| Name of the forms app |
299
304
|`formsApp.hostname`| Yes |`string`| Hostname (domain) for the forms app |
300
305
|`formsApp.organisationId`| Yes |`string`| The exact organisation identifier the forms app is associated with |
306
+
|`formsApp.formsAppEnvironmentId`| Yes |`number`| The exact forms app environment identifier the forms app is associated with |
301
307
|`formsApp.oAuthClientId`| Yes |`string`| The identifier of the OAuth Client for the forms app **(Do not change this)**. |
302
308
|`formsApp.formIds`| Yes |`number[]`| The identifiers of the forms that are in the forms app. The order of the forms is respected when rendering the list of forms |
303
309
|`formsApp.pwaSettings`| Yes |`Object`| Forms App progressive web app setting properties |
0 commit comments