Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Sep 27, 2024

Summary

The API has been updated to include a new Operators schema, which allows for more flexible filtering options when querying for data. Various endpoints have been updated to use this new schema, improving the overall functionality and usability of the API. Additionally, there are changes to the descriptions of some parameters and properties, enhancing the clarity and understanding of the API.

Added

  • New Operators schema for more flexible filtering options.

Changed

  • Updated various endpoints to use the new Operators schema for filtering:
    • /bookmarks/{id}/raw_body
    • /destinations
    • /destinations/{id}/archive
    • /destinations/{id}/unarchive
    • /events
    • /events/{id}/raw_body
    • /issues
    • /sources
    • /sources/{id}/archive
    • /sources/{id}/unarchive
    • /transformations
    • /webhooks
    • /webhooks/{id}/archive
    • /webhooks/{id}/unarchive
  • Improved descriptions for some parameters and properties for better clarity.

Removed

  • Removed the rate_limit property from the DestinationRateLimitPeriod schema.
  • Removed the rate_limit and rate_limit_period properties from the DestinationConfig schema.
  • Removed the rate_limit_period and rate_limit properties from the IntegrationFeature schema.
  • Removed the rate_limit_period and rate_limit properties from the SourceConfig schema.

fern-api bot added 3 commits September 27, 2024 00:07
…elds from schema

This commit removes the deprecated `AttemptState` object and associated fields from the OpenAPI schema, including the `state` field within the `EventAttempt` object. The `AttemptStatus` object is now used to represent the attempt status, consolidating the state and status information.
@leggetter leggetter merged commit 3c6a3df into main Oct 7, 2024
1 check passed
@leggetter leggetter deleted the fern/update-api-specs branch October 7, 2024 10:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant