Skip to content
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

🌿 ✨ [Scheduled] Update API Spec #59

Closed
wants to merge 2 commits into from
Closed

Conversation

fern-api[bot]
Copy link
Contributor

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

Summary

The API has been updated to include new properties in the EventAttempt and RetriedEvent objects, and the rate_limit and rate_limit_period properties have been updated with new descriptions. The base URL for the API has also been updated.

Added

  • New properties destination_id and team_id added to the EventAttempt object.
  • New properties team_id, webhook_id, source_id, destination_id, event_data_id, request_id, attempts, last_attempt_at, next_attempt_at, response_status, error_code, status, successful_at, cli_id, updated_at, and created_at added to the RetriedEvent object.

Removed

  • The AttemptState object has been removed.
  • The state property has been removed from the EventAttempt object.

Changed

  • The rate_limit and rate_limit_period properties have been updated with new descriptions.
  • The base URL for the API has been updated to https://api.hookdeck.com/2024-09-01.

Fixed

  • No fixes were made in this release.

- Updated the `AttemptStatus` enum to remove "QUEUED" and "HOLD", and changed the description to "Attempt status"
- Removed the `AttemptState` enum and associated properties from `EventAttempt`
- Added a "project ID" description to the "team_id" property in `EventAttempt` and `RetriedEvent`
- Added a "Destination ID" property to `EventAttempt`
- Removed the "state" and "destination_id" properties from the `RetriedEvent` attempted object, and added new properties: "project ID", "connection ID", "source ID", "destination ID", "event data ID", "request ID", "number of attempts", "last attempt timestamp", "next attempt timestamp", "event status", "error code", "event status", "successful attempt timestamp", "CLI ID", "updated timestamp", and "created timestamp"
@leggetter
Copy link
Collaborator

Closing as the AttemptState is incorrect.

@leggetter leggetter closed this Sep 26, 2024
@leggetter leggetter deleted the fern/update-api-specs branch September 26, 2024 17:03
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.

1 participant