diff --git a/src/core/baseClient.ts b/src/core/baseClient.ts index 8c3ebac..b33f231 100644 --- a/src/core/baseClient.ts +++ b/src/core/baseClient.ts @@ -310,7 +310,7 @@ export class BaseClient { async getPupilFields(): Promise { return ( await this.makeAuthedRequest( - this.API_BASE + "/apiv2student/customfields/" + this.studentId, + this.API_BASE + "/customfields/" + this.studentId, { method: "GET" }