Dassault Systèmes · Schema

401 Basic Unauthorized

Unauthorized

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

401_basic_unauthorized.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/401_basic_unauthorized.json",
  "title": "401 Basic Unauthorized",
  "type": "object",
  "description": "Unauthorized",
  "properties": {
    "message": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ]
}