SerenAI

Pay Per Call Agentic Commerce

PublisherRootRequest

Request body for publisher root `POST /publishers/{slug}`. - For database publishers: use `DatabaseQueryRequest` - For API publishers: any JSON body will be proxied to the upstream API root (`/`)

Properties

oneOf:
View JSON Schema
{
  "oneOf": [
    {
      "$ref": "#/components/schemas/DatabaseQueryRequest"
    },
    {}
  ],
  "description": "Request body for publisher root `POST /publishers/{slug}`.\n\n- For database publishers: use `DatabaseQueryRequest`\n- For API publishers: any JSON body will be proxied to the upstream API root (`/`)"
}