Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
  • Loading branch information
authentik-automation[bot] committed Feb 8, 2024
1 parent 608e6bd commit 09b8ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authentikClient/Classes/OpenAPIs/APIs/CoreAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ open class CoreAPI {

let localVariableRequestBuilder: RequestBuilder<CurrentBrand>.Type = authentikClientAPI.requestBuilderFactory.getBuilder()

return localVariableRequestBuilder.init(method: "GET", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
return localVariableRequestBuilder.init(method: "GET", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: truetrue)
}

/**
Expand Down Expand Up @@ -2750,7 +2750,7 @@ open class CoreAPI {

let localVariableRequestBuilder: RequestBuilder<SessionUser>.Type = authentikClientAPI.requestBuilderFactory.getBuilder()

return localVariableRequestBuilder.init(method: "GET", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: true)
return localVariableRequestBuilder.init(method: "GET", URLString: (localVariableUrlComponents?.string ?? localVariableURLString), parameters: localVariableParameters, headers: localVariableHeaderParameters, requiresAuthentication: truetrue)
}

/**
Expand Down

0 comments on commit 09b8ff7

Please sign in to comment.