/apps/{id}/spreadsheet

Update the spreadsheet of your app.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Using this API call you can replace the underlying spreadsheet of your app by uploading a new one - and of course - also automate this in a script.

This becomes especially useful when the data from your app comes from a backend system and you want to update it regularly by uploading a new spreadsheet with most recent data from your backend in a regular interval.

📘

API Token required

This call requires an API Token for authentication.

Go to /user/apiTokens to create one. You need to supply the generated token in the Authorization: Token <ApiToken> header to authenticate your account when using this API call.

Path Params
string
required

Id of the app

Body Params
file

Provide the new spreadsheet as binary POST body with content-type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!