Skip to content

Commit 5b30e3a

Browse files
Update API Client
#### What's Changed --- ##### `GET` /policies/geoip/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > GeoIP Policy Serializer * Changed property `countries` (array)
1 parent 3b4cb35 commit 5b30e3a

25 files changed

+25
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
1919

2020
## Documentation for API Endpoints
2121

22-
All URIs are relative to *http://localhost/api/v3*
22+
All URIs are relative to */api/v3*
2323

2424
Class | Method | HTTP request | Description
2525
------------ | ------------- | ------------- | -------------

Sources/authentikClient/Infrastructure/APIs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ open class authentikClientAPIConfiguration: @unchecked Sendable {
2525
public var interceptor: OpenAPIInterceptor
2626

2727
public init(
28-
basePath: String = "http://localhost/api/v3",
28+
basePath: String = "/api/v3",
2929
customHeaders: [String: String] = [:],
3030
credential: URLCredential? = nil,
3131
requestBuilderFactory: RequestBuilderFactory = URLSessionRequestBuilderFactory(),

docs/AdminAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AdminAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/AuthenticatorsAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AuthenticatorsAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/CoreAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CoreAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/CryptoAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CryptoAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/EnterpriseAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EnterpriseAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/EventsAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EventsAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/FlowsAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FlowsAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/ManagedAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ManagedAPI
22

3-
All URIs are relative to *http://localhost/api/v3*
3+
All URIs are relative to */api/v3*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

0 commit comments

Comments
 (0)