/apps/:slug

Update an app

Requests to this endpoint must be user-authenticated.

Update info/settings for a specific app.

Settings are simply key-value pairs. There's two built-in settings that are used by Timekit:

  • name: human readable name for the app
  • disableEmail: boolean that disables all booking emails. default: false
  • resource_rate_limits: An object defining how many confirmed bookings a resource can at most get on a daily/weekly/monthly or yearly basis. This setting will also be reflected on the /availability enpoint.
  • customer_rate_limits: Same as resource_rate_limits just here it is the customer that gets rate limited.
  • callback: a URL that the user should be redirected to after a Google authentication
Language
Authorization
Header
Click Try It! to start a request and see the response here!