Argyle Changelog logo

Changelog

Most relevant updates and all breaking changes.

Subscribe to Updates

Labels

  • All Posts
  • Link
  • API
  • Console
  • Breaking
  • Coverage

Jump to Month

  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • May 2020
  • January 2020
APIBreaking
10 months ago

API breaking changes

Following up on previously announced changes that will come into effect on March 31, 2022:

  • As part of Argyle's API improvement initiatives to guarantee better retrieval performance, the count parameter will be removed from all Argyle APIs.

    To paginate bulk fetches from the API, you can combine the limit query parameter and the previous and next page URLs to achieve the same result. Refer to the pagination documentation for more details.

    Argyle recommends updating your implementations to use the new pagination model to avoid any disruption.

  • The is_active parameter will be removed from the /webhooks endpoint to reduce complexity. This parameter is unused and does not have any functionality implemented.

    Argyle recommends reviewing your implementations to ensure you are not using this parameter.