Skip to main content
Documentation

API Reference

TestAuto.app exposes three API versions, each designed for a different learning objective. Select an API below to view its complete endpoint reference.

Common Concepts

Task Resource Schema

All three APIs work with the same Task structure:

  • id (integer) β€” Auto-assigned
  • title (string, required) β€” 1–200 characters
  • description (string, optional) β€” max 1000 characters
  • status (enum) β€” TODO | IN_PROGRESS | DONE
  • priority (enum) β€” LOW | MEDIUM | HIGH
  • createdAt (ISO 8601 timestamp, system-managed)
  • updatedAt (ISO 8601 timestamp, system-managed and refreshed on successful updates)

Interactive Documentation

For interactive API exploration, use the Swagger UI.