BigCommerce · Schema

No Content

No-content response for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
status integer 204 HTTP status code.
title string The error title describing the situation.
type string
instance string
View JSON Schema on GitHub

JSON Schema

bigcommerce-nocontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NoContent",
  "title": "No Content",
  "description": "No-content response for the BigCommerce API.",
  "type": "object",
  "properties": {
    "status": {
      "description": "204 HTTP status code.\n",
      "type": "integer"
    },
    "title": {
      "description": "The error title describing the situation.",
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "instance": {
      "type": "string"
    }
  },
  "x-internal": false
}