v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Auth

Update profile

Update the current session user profile. This is used for onboarding and profile maintenance.

patch/v1/auth/me

Request body

namestring
emailstring email
timezonestring
ntfy_topicstring

Response

Default Response

object required

Example response

{
  "Id": 7,
  "name": "Olson Ops",
  "email": "ops@schedkit.net",
  "slug": "olson-ops",
  "timezone": "America/Chicago",
  "ntfy_topic": "schedkit-ops"
}