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 9185fc4 + 59d84dd commit 4370403Copy full SHA for 4370403
src/main/kotlin/com/ctrlhub/core/settings/timebands/TimeBandsRouter.kt
@@ -38,7 +38,7 @@ class TimeBandsRouter(httpClient: HttpClient) : Router(httpClient) {
38
timeBandId: String,
39
requestParameters: TimeBandsRequestParameters = TimeBandsRequestParameters()
40
): TimeBand {
41
- val endpoint = "/orgs/$organisationId/settings/time-bands/$timeBandId"
+ val endpoint = "/v3/orgs/$organisationId/settings/time-bands/$timeBandId"
42
return fetchJsonApiResource(endpoint, requestParameters.toMap(), TimeBand::class.java)
43
}
44
0 commit comments