Skip to content

Commit

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

##### `GET` /core/tenants/

###### Parameters:

Changed: `branding_favicon` in `query`

Changed: `branding_logo` in `query`

Changed: `branding_title` in `query`

Changed: `default` in `query`

Changed: `domain` in `query`

Changed: `event_retention` in `query`

Changed: `flow_authentication` in `query`

Changed: `flow_device_code` in `query`

Changed: `flow_invalidation` in `query`

Changed: `flow_recovery` in `query`

Changed: `flow_unenrollment` in `query`

Changed: `flow_user_settings` in `query`

Changed: `tenant_uuid` in `query`

Changed: `web_certificate` in `query`

##### `GET` /crypto/certificatekeypairs/

###### Parameters:

Changed: `managed` in `query`

Changed: `name` in `query`
  • Loading branch information
authentik-automation[bot] committed Jul 24, 2023
1 parent f720064 commit 8da06df
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 148 deletions.
58 changes: 25 additions & 33 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3948,100 +3948,94 @@ paths:
description: Tenant Viewset
operationId: core_tenants_list
parameters:
- description: branding_favicon
explode: true
- explode: true
in: query
name: branding_favicon
required: false
schema:
type: string
style: form
- description: branding_logo
explode: true
- explode: true
in: query
name: branding_logo
required: false
schema:
type: string
style: form
- description: branding_title
explode: true
- explode: true
in: query
name: branding_title
required: false
schema:
type: string
style: form
- description: default
explode: true
- explode: true
in: query
name: default
required: false
schema:
type: string
type: boolean
style: form
- description: domain
explode: true
- explode: true
in: query
name: domain
required: false
schema:
type: string
style: form
- description: event_retention
explode: true
- explode: true
in: query
name: event_retention
required: false
schema:
type: string
style: form
- description: flow_authentication
explode: true
- explode: true
in: query
name: flow_authentication
required: false
schema:
format: uuid
type: string
style: form
- description: flow_device_code
explode: true
- explode: true
in: query
name: flow_device_code
required: false
schema:
format: uuid
type: string
style: form
- description: flow_invalidation
explode: true
- explode: true
in: query
name: flow_invalidation
required: false
schema:
format: uuid
type: string
style: form
- description: flow_recovery
explode: true
- explode: true
in: query
name: flow_recovery
required: false
schema:
format: uuid
type: string
style: form
- description: flow_unenrollment
explode: true
- explode: true
in: query
name: flow_unenrollment
required: false
schema:
format: uuid
type: string
style: form
- description: flow_user_settings
explode: true
- explode: true
in: query
name: flow_user_settings
required: false
schema:
format: uuid
type: string
style: form
- description: Which field to use when ordering the results.
Expand Down Expand Up @@ -4076,20 +4070,20 @@ paths:
schema:
type: string
style: form
- description: tenant_uuid
explode: true
- explode: true
in: query
name: tenant_uuid
required: false
schema:
format: uuid
type: string
style: form
- description: web_certificate
explode: true
- explode: true
in: query
name: web_certificate
required: false
schema:
format: uuid
type: string
style: form
responses:
Expand Down Expand Up @@ -5658,16 +5652,14 @@ paths:
default: true
type: boolean
style: form
- description: managed
explode: true
- explode: true
in: query
name: managed
required: false
schema:
type: string
style: form
- description: name
explode: true
- explode: true
in: query
name: name
required: false
Expand Down
18 changes: 2 additions & 16 deletions api_core.go

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

2 changes: 0 additions & 2 deletions api_crypto.go

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

56 changes: 28 additions & 28 deletions docs/CoreApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1998,24 +1998,24 @@ import (
)

func main() {
brandingFavicon := "brandingFavicon_example" // string | branding_favicon (optional)
brandingLogo := "brandingLogo_example" // string | branding_logo (optional)
brandingTitle := "brandingTitle_example" // string | branding_title (optional)
default_ := "default__example" // string | default (optional)
domain := "domain_example" // string | domain (optional)
eventRetention := "eventRetention_example" // string | event_retention (optional)
flowAuthentication := "flowAuthentication_example" // string | flow_authentication (optional)
flowDeviceCode := "flowDeviceCode_example" // string | flow_device_code (optional)
flowInvalidation := "flowInvalidation_example" // string | flow_invalidation (optional)
flowRecovery := "flowRecovery_example" // string | flow_recovery (optional)
flowUnenrollment := "flowUnenrollment_example" // string | flow_unenrollment (optional)
flowUserSettings := "flowUserSettings_example" // string | flow_user_settings (optional)
brandingFavicon := "brandingFavicon_example" // string | (optional)
brandingLogo := "brandingLogo_example" // string | (optional)
brandingTitle := "brandingTitle_example" // string | (optional)
default_ := true // bool | (optional)
domain := "domain_example" // string | (optional)
eventRetention := "eventRetention_example" // string | (optional)
flowAuthentication := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
flowDeviceCode := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
flowInvalidation := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
flowRecovery := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
flowUnenrollment := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
flowUserSettings := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
ordering := "ordering_example" // string | Which field to use when ordering the results. (optional)
page := int32(56) // int32 | A page number within the paginated result set. (optional)
pageSize := int32(56) // int32 | Number of results to return per page. (optional)
search := "search_example" // string | A search term. (optional)
tenantUuid := "tenantUuid_example" // string | tenant_uuid (optional)
webCertificate := "webCertificate_example" // string | web_certificate (optional)
tenantUuid := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)
webCertificate := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | (optional)

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand All @@ -2040,24 +2040,24 @@ Other parameters are passed through a pointer to a apiCoreTenantsListRequest str

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**brandingFavicon** | **string** | branding_favicon |
**brandingLogo** | **string** | branding_logo |
**brandingTitle** | **string** | branding_title |
**default_** | **string** | default |
**domain** | **string** | domain |
**eventRetention** | **string** | event_retention |
**flowAuthentication** | **string** | flow_authentication |
**flowDeviceCode** | **string** | flow_device_code |
**flowInvalidation** | **string** | flow_invalidation |
**flowRecovery** | **string** | flow_recovery |
**flowUnenrollment** | **string** | flow_unenrollment |
**flowUserSettings** | **string** | flow_user_settings |
**brandingFavicon** | **string** | |
**brandingLogo** | **string** | |
**brandingTitle** | **string** | |
**default_** | **bool** | |
**domain** | **string** | |
**eventRetention** | **string** | |
**flowAuthentication** | **string** | |
**flowDeviceCode** | **string** | |
**flowInvalidation** | **string** | |
**flowRecovery** | **string** | |
**flowUnenrollment** | **string** | |
**flowUserSettings** | **string** | |
**ordering** | **string** | Which field to use when ordering the results. |
**page** | **int32** | A page number within the paginated result set. |
**pageSize** | **int32** | Number of results to return per page. |
**search** | **string** | A search term. |
**tenantUuid** | **string** | tenant_uuid |
**webCertificate** | **string** | web_certificate |
**tenantUuid** | **string** | |
**webCertificate** | **string** | |

### Return type

Expand Down
8 changes: 4 additions & 4 deletions docs/CryptoApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ import (
func main() {
hasKey := true // bool | Only return certificate-key pairs with keys (optional)
includeDetails := true // bool | (optional) (default to true)
managed := "managed_example" // string | managed (optional)
name := "name_example" // string | name (optional)
managed := "managed_example" // string | (optional)
name := "name_example" // string | (optional)
ordering := "ordering_example" // string | Which field to use when ordering the results. (optional)
page := int32(56) // int32 | A page number within the paginated result set. (optional)
pageSize := int32(56) // int32 | Number of results to return per page. (optional)
Expand Down Expand Up @@ -272,8 +272,8 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**hasKey** | **bool** | Only return certificate-key pairs with keys |
**includeDetails** | **bool** | | [default to true]
**managed** | **string** | managed |
**name** | **string** | name |
**managed** | **string** | |
**name** | **string** | |
**ordering** | **string** | Which field to use when ordering the results. |
**page** | **int32** | A page number within the paginated result set. |
**pageSize** | **int32** | Number of results to return per page. |
Expand Down
Loading

0 comments on commit 8da06df

Please sign in to comment.