I tried increasing the healthCheckTimeout for the AD source using the v3 API and beta API, but it returned a 405 Method Not Found error. However, when I tried the same thing using the v2024 API, it gave me a 200 success response.
And also, I wanted to ask if all versions of the APIs are going to be converted to v2024, and if the v3 and beta APIs will eventually be deprecated, similar to the cc API?
Make sure to verify that the Content-Type in the endpoint headers is set to application/json-patch+json. I usually check all three headers—Content-Type, Accept, and Authorization—as they often need to align for the API to function correctly. Eventually, these will be consolidated to ensure everything is set up as expected.