updateApp
PUT /v5/apps
Update an app
Request Body
object
The API version of the event payload
The Google OAuth Client ID
The Google OAuth Client Secret
Whether this app is connectable by a user
Whether the app is deprecated
The App description
The developers (usernames and domain patterns), comma or space separated
Event types the App listen to
File patterns the App handles - wildcard accepted. E.g. *.pdf, *-bank.csv
The unique agent id of the App - this can’t be changed after created
Whether this app is installable in a book
The App logo url
The App logo url in dark mode
The menu popup window height
The menu popup window width
The contex menu text - default to the App name
The context menu url
The context menu url in dev mode
The App name
The owner user email
The owner user id
The owner company logo url
The owner company name
The owner company website url
object
object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}Example
{ "account": { "keys": [ "string" ], "values": [ "string" ] }, "book": { "keys": [ "string" ], "values": [ "string" ] }, "group": { "keys": [ "string" ], "values": [ "string" ] }, "transaction": { "keys": [ "string" ], "values": [ "string" ] }}Whether this app is already published
The readme.md file as string
The readme.md file as raw markdown string
Whether the code repository is private
The code repository url
The Google OAuth Scopes used by the app
The users (usernames and domain patterns) to enable the App while not yet published
The Webhook endpoint URL to listen for book events
The Webhook endpoint URL to listen for book events in dev mode
The App website url
Example
{ "apiVersion": "v0", "clientId": "string", "clientSecret": "string", "connectable": true, "deprecated": true, "description": "string", "developers": "string", "events": [ "FILE_CREATED" ], "filePatterns": [ "string" ], "id": "string", "installable": true, "logoUrl": "string", "logoUrlDark": "string", "menuPopupHeight": "string", "menuPopupWidth": "string", "menuText": "string", "menuUrl": "string", "menuUrlDev": "string", "name": "string", "ownerEmail": "string", "ownerId": "string", "ownerLogoUrl": "string", "ownerName": "string", "ownerWebsite": "string", "propertiesSchema": { "account": { "keys": [ "string" ], "values": [ "string" ] }, "book": { "keys": [ "string" ], "values": [ "string" ] }, "group": { "keys": [ "string" ], "values": [ "string" ] }, "transaction": { "keys": [ "string" ], "values": [ "string" ] } }, "published": true, "readme": "string", "readmeMd": "string", "repoPrivate": true, "repoUrl": "string", "scopes": [ "string" ], "users": "string", "webhookUrl": "string", "webhookUrlDev": "string", "website": "string"}Responses
200
A App response
object
The API version of the event payload
The Google OAuth Client ID
The Google OAuth Client Secret
Whether this app is connectable by a user
Whether the app is deprecated
The App description
The developers (usernames and domain patterns), comma or space separated
Event types the App listen to
File patterns the App handles - wildcard accepted. E.g. *.pdf, *-bank.csv
The unique agent id of the App - this can’t be changed after created
Whether this app is installable in a book
The App logo url
The App logo url in dark mode
The menu popup window height
The menu popup window width
The contex menu text - default to the App name
The context menu url
The context menu url in dev mode
The App name
The owner user email
The owner user id
The owner company logo url
The owner company name
The owner company website url
object
object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}object
The property keys schema
The property values schema
Example
{ "keys": [ "string" ], "values": [ "string" ]}Example
{ "account": { "keys": [ "string" ], "values": [ "string" ] }, "book": { "keys": [ "string" ], "values": [ "string" ] }, "group": { "keys": [ "string" ], "values": [ "string" ] }, "transaction": { "keys": [ "string" ], "values": [ "string" ] }}Whether this app is already published
The readme.md file as string
The readme.md file as raw markdown string
Whether the code repository is private
The code repository url
The Google OAuth Scopes used by the app
The users (usernames and domain patterns) to enable the App while not yet published
The Webhook endpoint URL to listen for book events
The Webhook endpoint URL to listen for book events in dev mode
The App website url
Example
{ "apiVersion": "v0", "clientId": "string", "clientSecret": "string", "connectable": true, "deprecated": true, "description": "string", "developers": "string", "events": [ "FILE_CREATED" ], "filePatterns": [ "string" ], "id": "string", "installable": true, "logoUrl": "string", "logoUrlDark": "string", "menuPopupHeight": "string", "menuPopupWidth": "string", "menuText": "string", "menuUrl": "string", "menuUrlDev": "string", "name": "string", "ownerEmail": "string", "ownerId": "string", "ownerLogoUrl": "string", "ownerName": "string", "ownerWebsite": "string", "propertiesSchema": { "account": { "keys": [ "string" ], "values": [ "string" ] }, "book": { "keys": [ "string" ], "values": [ "string" ] }, "group": { "keys": [ "string" ], "values": [ "string" ] }, "transaction": { "keys": [ "string" ], "values": [ "string" ] } }, "published": true, "readme": "string", "readmeMd": "string", "repoPrivate": true, "repoUrl": "string", "scopes": [ "string" ], "users": "string", "webhookUrl": "string", "webhookUrlDev": "string", "website": "string"}