Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Feb 23, 2025

Summary

The API now includes a new /test-suite endpoint with several operations for managing test suites, including creating, retrieving, updating, and deleting test suites. Additionally, there are new endpoints for managing individual tests within a test suite, as well as running and managing test suite runs.

Added

  • Added a new endpoint /test-suite with the following operations:
    • GET: List all test suites
    • POST: Create a new test suite
  • Added a new endpoint /test-suite/{id} with the following operations:
    • GET: Retrieve a specific test suite by ID
    • PATCH: Update a specific test suite by ID
    • DELETE: Delete a specific test suite by ID
  • Added a new endpoint /test-suite/{testSuiteId}/test with the following operations:
    • GET: List all tests within a specific test suite
    • POST: Create a new test within a specific test suite
  • Added a new endpoint /test-suite/{testSuiteId}/test/{id} with the following operations:
    • GET: Retrieve a specific test within a test suite by ID
    • PATCH: Update a specific test within a test suite by ID
    • DELETE: Delete a specific test within a test suite by ID
  • Added a new endpoint /test-suite/{testSuiteId}/run with the following operations:
    • GET: List all runs of a specific test suite
    • POST: Create a new run of a specific test suite
  • Added a new endpoint /test-suite/{testSuiteId}/run/{id} with the following operations:
    • GET: Retrieve a specific run of a test suite by ID
    • PATCH: Update a specific run of a test suite by ID
    • DELETE: Delete a specific run of a test suite by ID

Removed

  • Nothing was removed.

Changed

  • Nothing was changed.

@github-actions
Copy link
Contributor

@humford humford merged commit 97529dd into main Feb 23, 2025
3 of 4 checks passed
@humford humford deleted the fern/update-api-specs branch February 23, 2025 00:13
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants