ZapDigits
    ZapDigits
    • Introduction
    • Authentication
    • Datasets
    • API Limits
    • Datasets
      • Create a dataset
        POST
      • Retrieve a dataset
        GET
      • Update a dataset
        PATCH
      • Delete a dataset
        DELETE
    • Schemas
      • Datasets

    Datasets

    {
        "name": "string",
        "chartTypes": [
            "string"
        ],
        "data": [
            {
                "amount": 0,
                "timestamp": "string"
            }
        ],
        "single": true
    }
    Built with