Skip to content

Commit f95712d

Browse files
Update API Client
1 parent 42a5539 commit f95712d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repo contains a generated API client to talk with authentik's API from Swif
1414
## Overview
1515
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
1616

17-
- API version: 2023.8.3
17+
- API version: 2023.10.0
1818
- Package version:
1919

2020
## Documentation for API Endpoints

authentikClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Pod::Spec.new do |s|
44
s.osx.deployment_target = '10.11'
55
s.tvos.deployment_target = '9.0'
66
s.watchos.deployment_target = '3.0'
7-
s.version = '2023.8.3'
8-
s.source = { :git => '[email protected]:OpenAPITools/openapi-generator.git', :tag => 'v2023.8.3' }
7+
s.version = '2023.10.0'
8+
s.source = { :git => '[email protected]:OpenAPITools/openapi-generator.git', :tag => 'v2023.10.0' }
99
s.authors = 'authentik Team'
1010
s.license = 'Proprietary'
1111
s.homepage = 'https://goauthentik.io/'

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ targets:
77
sources: [authentikClient]
88
info:
99
path: ./Info.plist
10-
version: 2023.8.3
10+
version: 2023.10.0
1111
settings:
1212
APPLICATION_EXTENSION_API_ONLY: true
1313
scheme: {}

schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: authentik
4-
version: 2023.8.3
4+
version: 2023.10.0
55
description: Making authentication simple.
66
contact:
77

0 commit comments

Comments
 (0)