CreateStoryRequest

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
name string Name for the new story
description string Description for the story
folderId string Target folder ID
View JSON Schema on GitHub

JSON Schema

sap-bi-createstoryrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateStoryRequest",
  "title": "CreateStoryRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the new story"
    },
    "description": {
      "type": "string",
      "description": "Description for the story"
    },
    "folderId": {
      "type": "string",
      "description": "Target folder ID"
    }
  }
}