{
  "openapi": "3.1.0",
  "info": {
    "title": "workspaces",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.trint.com/workspaces"
    }
  ],
  "components": {
    "securitySchemes": {
      "sec0": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "sec0": []
    }
  ],
  "paths": {
    "/": {
      "get": {
        "summary": "List Shared Drives",
        "description": "List workspaces",
        "operationId": "list-workspaces",
        "parameters": [
          {
            "name": "include-archived",
            "in": "query",
            "description": "Whether or not to include Workspaces/Shared Drives that have been archived",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "200",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "[\n  {\n    \"_id\": \"qNLOwIxUTQy9mIAl1BQrrA\",\n    \"name\": \"Clippings\",\n    \"description\": \"Interview Clippings\",\n  },\n  {\n    \"_id\": \"UPN5-hv_Rze3AtBQKvvfUA\",\n    \"name\": \"Video Edits\",\n    \"description\": \"Video 2015/16\",\n  }\n]"
                  }
                }
              }
            }
          }
        },
        "deprecated": false
      }
    },
    "/workspace": {
      "get": {
        "summary": "Retrieve Shared Drive",
        "description": "",
        "operationId": "retrieve-shared-drive",
        "parameters": [
          {
            "name": "workspaceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "200",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          },
          "400": {
            "description": "400",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          }
        },
        "deprecated": false
      }
    }
  },
  "x-readme": {
    "headers": [],
    "explorer-enabled": false,
    "proxy-enabled": true
  },
  "x-readme-fauxas": true
}
