Missing v10 Accept Header

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string The error name.
message string The error message.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-v10headermissing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/v10HeaderMissing",
  "title": "Missing v10 Accept Header",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The error name.",
      "example": "instanceNotFoundError"
    },
    "message": {
      "type": "string",
      "description": "The error message.",
      "example": "API not found. For v10 and later APIs, ensure that your request sends the \"application/vnd.api.v10+json\" Accept header."
    }
  }
}