Codat · Schema

End upload session request

Unified_API

Properties

Name Type Description
status string An indicator to cancel the dataset processing or trigger ingestion and enrichment of data.
View JSON Schema on GitHub

JSON Schema

codat-enduploadsessionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndUploadSessionRequest",
  "title": "End upload session request",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "Cancel",
        "Process"
      ],
      "description": "An indicator to cancel the dataset processing or trigger ingestion and enrichment of data."
    }
  }
}