deprecated
Upcoming changes to endpoints that return multiple KObjects
11 months ago by [email protected]
On October 4, 2022, we will be deprecating the data
attribute in API endpoints that fetch multiple KObjects (custom objects). Details below!
The following endpoints will be affected by this change:
- /v1/klasses/:name/:ids
- /v1/kobjects/:ids
- /v1/klasses/{name}
- /v1/customers/:id/kobjects
- v1/customers/{id}/klasses/{name}
- /v1/companies/:id/kobjects
- v1/companies/{id}/klasses/{name}
What is changing: These endpoints will no longer return the data
attribute. Instead, they will return a new s3DataUrl
attribute.
To ensure a successful transition to the new versions of the API, we will hold the following brownout periods to test this upcoming change:
- Brownout 1 (1 hour) - 04/04/2022 - 04/04/2022
- Brownout 2 (1 day) - 06/06/2022 - 06/07/2022
- Brownout 3 (7 days) - 07/04/2022 - 07/11/2022
- Brownout 4 (30 days) - 08/04/2022 - 09/03/2022
You can find more information regarding these changes in our change guide.