Skip to content
This repository was 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 Jan 9, 2024
1 parent 4687115 commit 143842a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repo contains a generated API client to talk with authentik's API from Swif
## Overview
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.

- API version: 2023.10.5
- API version: 2023.10.6
- Package version:

## Documentation for API Endpoints
Expand Down
4 changes: 2 additions & 2 deletions authentikClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '3.0'
s.version = '2023.10.5'
s.source = { :git => '[email protected]:OpenAPITools/openapi-generator.git', :tag => 'v2023.10.5' }
s.version = '2023.10.6'
s.source = { :git => '[email protected]:OpenAPITools/openapi-generator.git', :tag => 'v2023.10.6' }
s.authors = 'authentik Team'
s.license = 'Proprietary'
s.homepage = 'https://goauthentik.io/'
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targets:
sources: [authentikClient]
info:
path: ./Info.plist
version: 2023.10.5
version: 2023.10.6
settings:
APPLICATION_EXTENSION_API_ONLY: true
scheme: {}
Expand Down
2 changes: 1 addition & 1 deletion schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: authentik
version: 2023.10.5
version: 2023.10.6
description: Making authentication simple.
contact:
email: [email protected]
Expand Down

0 comments on commit 143842a

Please sign in to comment.