Add Workspace

APIs.ioEngineeringPlatform

Properties

Name Type Description
workspace object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pancreateworkspace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/panCreateWorkspace",
  "title": "Add Workspace",
  "type": "object",
  "properties": {
    "workspace": {
      "type": "object",
      "required": [
        "id",
        "parentFolderId"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "The workspace's ID.",
          "example": "5360b75f-447e-467c-9299-12fd6c92450d"
        },
        "parentFolderId": {
          "type": "integer",
          "description": "The workspace's parent folder ID.",
          "example": 1
        }
      }
    }
  }
}