-
Notifications
You must be signed in to change notification settings - Fork 66
🌿 ✨ [Scheduled] Update API Spec #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ases, and other improvements to the OpenAPI spec
…ssage configuration
… redundant fields
Contributor
|
🌿 Preview your docs: https://vapi-preview-4459da01-5f3c-42e1-ae00-bcdd44b6376e.docs.buildwithfern.com |
Contributor
|
🌿 Preview your docs: https://vapi-preview-f2fe95ce-433a-4913-a36b-87f172a6ad89.docs.buildwithfern.com |
Succinctly, this commit fixes the `openapi.json` file by updating the `AnalyticsController` to use a `post` method instead of `get`, and it also updates several enum values to have the correct spelling and casing.
Contributor
|
🌿 Preview your docs: https://vapi-preview-5e03fba4-6bda-4f2d-868c-fc185c731ae7.docs.buildwithfern.com |
Contributor
|
🌿 Preview your docs: https://vapi-preview-37ca8b94-ac29-4aac-a1d5-2b96d6b1ae82.docs.buildwithfern.com |
skeptrunedev
referenced
this pull request
in devflowinc/vapi-docs
Mar 5, 2025
* feat(openapi): add and update schemas for backoff plan, chat completion, and more * fix(openapi): replace HttpRequest with ApiRequest and add silenceTimeoutMessage * feat(openapi): add mipOptOut, acknowledgementPhrases, interruptionPhrases, and other improvements to the OpenAPI spec * feat(openapi): add pciEnabled and hook fields to schemas * fix(fern/apis/api/openapi.json): Add blocking boolean to tool call message configuration * feat(openapi): add Transfer and SayHook, update ApiRequest and GatherTask * fix(openapi): update schema to reflect new edge conditions and remove redundant fields * feat(api): add gpt-4o-2024-08-06-ptu model and pcap packet capture support * fix(openapi): update AnalyticsController and enum values Succinctly, this commit fixes the `openapi.json` file by updating the `AnalyticsController` to use a `post` method instead of `get`, and it also updates several enum values to have the correct spelling and casing. * feat(openapi): add compliance plan and eval endpoints --------- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The changes in this OpenAPI spec diff primarily involve updates to the paths and components sections. The paths section has been updated to include new endpoints for creating analytics queries, deleting logs, and performing operations related to "eval" and "eval-test" resources. The components section has been updated to include new schemas for "Eval", "EvalTest", "EvalRun", and "CompliancePlan". Additionally, there are updates to the "EdgeCondition" and "Task" schemas, and the removal of the "SemanticEdgeCondition", "ProgrammaticEdgeCondition", and "CreateWorkflowDTO" schemas.
Added
Removed
Changed