We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a905cc + 3380a3d commit 9185fc4Copy full SHA for 9185fc4
src/main/kotlin/com/ctrlhub/core/settings/timebands/TimeBandsRouter.kt
@@ -23,7 +23,7 @@ class TimeBandsRouter(httpClient: HttpClient) : Router(httpClient) {
23
organisationId: String,
24
requestParameters: TimeBandsRequestParameters = TimeBandsRequestParameters()
25
): List<TimeBand> {
26
- val endpoint = "/orgs/$organisationId/settings/time-bands"
+ val endpoint = "/v3/orgs/$organisationId/settings/time-bands"
27
return fetchJsonApiResources(endpoint, requestParameters.toMap())
28
}
29
0 commit comments