Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Oct 25, 2024
1 parent ebe18c2 commit a22c4a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,13 @@ curl https://shuffler.io/api/v1/apps/upload -H "Authorization: Bearer APIKEY" -F
{"success": true, "id": "798f1234c4fb8b4a6300da3c546af45a"}
```

The ID returned is based on these fields being unique:
- Organization
- App Name
- App ID

After an app is uploaded, the App cache for your Organization is cleared, meaning your apps will be loaded from the database directly.
If you want to see whether your app was uploaded or not, you can always check the app directly here (swap appid): https://shuffler.io/apps/{appid}

## Stats and Timelines
Stats and Timelines are a system built to help track changes to something over time. This is used both by internal systems in Shuffle, and is an option for you to use in Workflows or elsewhere to make timelines. Adding statistics was added in versions >1.4.3, and graphing of ANY value will be available soon. Graphs for default tracked information like App and Workflow utilisation is on the [statistics admin page for your Organisation](https://shuffler.io/admin?admin_tab=billing).
Expand Down

0 comments on commit a22c4a3

Please sign in to comment.