InvokeAsyncResponse

A success response (202 Accepted) indicates that the request is queued for invocation.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-invokeasyncresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvokeAsyncResponse",
  "title": "InvokeAsyncResponse",
  "type": "object",
  "deprecated": true,
  "properties": {
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpStatus"
        },
        {
          "description": "The status code."
        }
      ]
    }
  },
  "description": "A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation."
}