Zoho Cliq · Schema

Zoho Cliq Dndsettings Schemas

MessagingTeam CollaborationChatBotsWebhookSlash CommandsCommunications
View JSON Schema on GitHub

JSON Schema

dndsettings.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Zoho Cliq Dndsettings Schemas",
  "definitions": {
    "NoResponse": {
      "type": "object",
      "description": "Response envelope for successful operations with no payload.",
      "properties": {
        "status": {
          "type": "string",
          "example": "success"
        },
        "message": {
          "type": "string",
          "example": "Operation completed successfully."
        }
      }
    },
    "dnd-preferences-response": {
      "type": "object",
      "description": "Current DND preference settings for the user.",
      "properties": {
        "quiet_hours": {
          "type": "string",
          "description": "Time range for quiet hours in HH:MM-HH:MM format.",
          "example": "18:00-09:00"
        },
        "quiet_days": {
          "type": "string",
          "description": "Comma-separated list of days when DND is active.",
          "example": "sunday,monday"
        }
      }
    },
    "update-dnd-preferences-request": {
      "type": "object",
      "description": "Request payload for updating DND preferences. Omitted fields remain unchanged.",
      "properties": {
        "quiet_hours": {
          "type": "string",
          "description": "'Time range for quiet hours in HH:MM-HH:MM format. For example, \"18:00-09:00\" means DND is active from 6 PM to 9 AM the next day.'\n",
          "example": "18:00-21:00"
        },
        "quiet_days": {
          "type": "string",
          "description": "Comma-separated list of days when DND is active.<br>\n<b>Allowed values</b>:\n<ul>\n   <li>sunday</li>\n   <li>monday</li>\n   <li>tuesday</li>\n   <li>wednesday</li>\n   <li>thursday</li>\n   <li>friday</li>\n   <li>saturday</li>\n</ul>\nFor example, \"monday,tuesday\" means DND is active on Mondays and Tuesdays.\n",
          "example": "monday,tuesday"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/dndsettings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.