Update Workspace

APIs.ioEngineeringPlatform

Properties

Name Type Description
workspace object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-updatepanworkspace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/updatePanWorkspace",
  "title": "Update Workspace",
  "type": "object",
  "properties": {
    "workspace": {
      "type": "object",
      "properties": {
        "parentFolderId": {
          "type": "integer",
          "description": "The workspace's new parent folder ID.",
          "example": 1
        }
      }
    }
  }
}