Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### What's Changed
---

##### `GET` /sources/kerberos/

###### Parameters:

Added: `pbm_uuid` in `query`

##### `GET` /sources/ldap/

###### Parameters:

Added: `pbm_uuid` in `query`

##### `GET` /sources/oauth/

###### Parameters:

Added: `pbm_uuid` in `query`

##### `GET` /sources/plex/

###### Parameters:

Added: `pbm_uuid` in `query`

##### `GET` /sources/saml/

###### Parameters:

Added: `pbm_uuid` in `query`

##### `GET` /sources/scim/

###### Parameters:

Added: `pbm_uuid` in `query`
  • Loading branch information
authentik-automation[bot] committed Jan 23, 2025
1 parent 16a9a4d commit 7cd279d
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 12 deletions.
48 changes: 48 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29123,6 +29123,14 @@ paths:
schema:
type: boolean
style: form
- explode: true
in: query
name: pbm_uuid
required: false
schema:
format: uuid
type: string
style: form
- explode: true
in: query
name: realm
Expand Down Expand Up @@ -29567,6 +29575,14 @@ paths:
schema:
type: boolean
style: form
- explode: true
in: query
name: pbm_uuid
required: false
schema:
format: uuid
type: string
style: form
- explode: true
in: query
name: peer_certificate
Expand Down Expand Up @@ -30079,6 +30095,14 @@ paths:
schema:
type: integer
style: form
- explode: true
in: query
name: pbm_uuid
required: false
schema:
format: uuid
type: string
style: form
- explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -30508,6 +30532,14 @@ paths:
schema:
type: integer
style: form
- explode: true
in: query
name: pbm_uuid
required: false
schema:
format: uuid
type: string
style: form
- explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -30974,6 +31006,14 @@ paths:
schema:
type: integer
style: form
- explode: true
in: query
name: pbm_uuid
required: false
schema:
format: uuid
type: string
style: form
- explode: true
in: query
name: policy_engine_mode
Expand Down Expand Up @@ -31390,6 +31430,14 @@ paths:
schema:
type: integer
style: form
- explode: true
in: query
name: pbm_uuid
required: false
schema:
format: uuid
type: string
style: form
- description: A search term.
explode: true
in: query
Expand Down
54 changes: 54 additions & 0 deletions api_sources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7cd279d

Please sign in to comment.