Umami · JSON Structure

Umami Website Request Structure

Request body for creating or updating a website

Type: object Properties: 4
Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Website Request Structure is a JSON Structure definition published by Umami, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

name domain shareId teamId

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/umami/refs/heads/main/json-structure/umami-website-request-structure.json",
  "title": "WebsiteRequest",
  "description": "Request body for creating or updating a website",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the website"
    },
    "domain": {
      "type": "string",
      "description": "Website domain"
    },
    "shareId": {
      "type": "string",
      "description": "Custom share identifier"
    },
    "teamId": {
      "type": "string",
      "description": "Team identifier for team ownership"
    }
  }
}