Skip to content

Commit 7287bd5

Browse files
feat: update readarr build job to v0.4.10.2734
1 parent 7b53f34 commit 7287bd5

File tree

327 files changed

+1614
-496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

327 files changed

+1614
-496
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Readarr API docs
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: v0.3.18.2411
6+
- API version: v0.4.10.2734
77
- Package version: 1.1.0 <!--- x-release-please-version -->
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
@@ -220,6 +220,7 @@ Class | Method | HTTP request | Description
220220
*IndexerConfigApi* | [**get_indexer_config**](docs/IndexerConfigApi.md#get_indexer_config) | **GET** /api/v1/config/indexer |
221221
*IndexerConfigApi* | [**get_indexer_config_by_id**](docs/IndexerConfigApi.md#get_indexer_config_by_id) | **GET** /api/v1/config/indexer/{id} |
222222
*IndexerConfigApi* | [**update_indexer_config**](docs/IndexerConfigApi.md#update_indexer_config) | **PUT** /api/v1/config/indexer/{id} |
223+
*IndexerFlagApi* | [**list_indexer_flag**](docs/IndexerFlagApi.md#list_indexer_flag) | **GET** /api/v1/indexerflag |
223224
*LanguageApi* | [**get_language_by_id**](docs/LanguageApi.md#get_language_by_id) | **GET** /api/v1/language/{id} |
224225
*LanguageApi* | [**list_language**](docs/LanguageApi.md#list_language) | **GET** /api/v1/language |
225226
*LocalizationApi* | [**get_localization**](docs/LocalizationApi.md#get_localization) | **GET** /api/v1/localization |
@@ -268,6 +269,7 @@ Class | Method | HTTP request | Description
268269
*NotificationApi* | [**update_notification**](docs/NotificationApi.md#update_notification) | **PUT** /api/v1/notification/{id} |
269270
*ParseApi* | [**get_parse**](docs/ParseApi.md#get_parse) | **GET** /api/v1/parse |
270271
*PingApi* | [**get_ping**](docs/PingApi.md#get_ping) | **GET** /ping |
272+
*PingApi* | [**head_ping**](docs/PingApi.md#head_ping) | **HEAD** /ping |
271273
*QualityDefinitionApi* | [**get_quality_definition_by_id**](docs/QualityDefinitionApi.md#get_quality_definition_by_id) | **GET** /api/v1/qualitydefinition/{id} |
272274
*QualityDefinitionApi* | [**list_quality_definition**](docs/QualityDefinitionApi.md#list_quality_definition) | **GET** /api/v1/qualitydefinition |
273275
*QualityDefinitionApi* | [**put_quality_definition_update**](docs/QualityDefinitionApi.md#put_quality_definition_update) | **PUT** /api/v1/qualitydefinition/update |
@@ -339,6 +341,7 @@ Class | Method | HTTP request | Description
339341
- [AllowFingerprinting](docs/AllowFingerprinting.md)
340342
- [ApiInfoResource](docs/ApiInfoResource.md)
341343
- [ApplyTags](docs/ApplyTags.md)
344+
- [AuthenticationRequiredType](docs/AuthenticationRequiredType.md)
342345
- [AuthenticationType](docs/AuthenticationType.md)
343346
- [Author](docs/Author.md)
344347
- [AuthorEditorResource](docs/AuthorEditorResource.md)
@@ -408,6 +411,8 @@ Class | Method | HTTP request | Description
408411
- [ImportListType](docs/ImportListType.md)
409412
- [IndexerBulkResource](docs/IndexerBulkResource.md)
410413
- [IndexerConfigResource](docs/IndexerConfigResource.md)
414+
- [IndexerFlagResource](docs/IndexerFlagResource.md)
415+
- [IndexerFlags](docs/IndexerFlags.md)
411416
- [IndexerResource](docs/IndexerResource.md)
412417
- [IsoCountry](docs/IsoCountry.md)
413418
- [LanguageResource](docs/LanguageResource.md)

docs/ApiInfoApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This endpoint does not need any parameter.
8282

8383
| Status code | Description | Response headers |
8484
|-------------|-------------|------------------|
85-
**2XX** | Success | - |
85+
**2XX** | OK | - |
8686

8787
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8888

docs/AuthenticationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void (empty response body)
9090

9191
| Status code | Description | Response headers |
9292
|-------------|-------------|------------------|
93-
**2XX** | Success | - |
93+
**2XX** | OK | - |
9494

9595
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9696

@@ -166,7 +166,7 @@ void (empty response body)
166166

167167
| Status code | Description | Response headers |
168168
|-------------|-------------|------------------|
169-
**2XX** | Success | - |
169+
**2XX** | OK | - |
170170

171171
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
172172

docs/AuthenticationRequiredType.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AuthenticationRequiredType
2+
3+
4+
## Enum
5+
6+
* `ENABLED` (value: `'enabled'`)
7+
8+
* `DISABLEDFORLOCALADDRESSES` (value: `'disabledForLocalAddresses'`)
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/AuthenticationType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `FORMS` (value: `'forms'`)
1111

12+
* `EXTERNAL` (value: `'external'`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

docs/AuthorApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Name | Type | Description | Notes
9090

9191
| Status code | Description | Response headers |
9292
|-------------|-------------|------------------|
93-
**2XX** | Success | - |
93+
**2XX** | OK | - |
9494

9595
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9696

@@ -174,7 +174,7 @@ void (empty response body)
174174

175175
| Status code | Description | Response headers |
176176
|-------------|-------------|------------------|
177-
**2XX** | Success | - |
177+
**2XX** | OK | - |
178178

179179
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
180180

@@ -257,7 +257,7 @@ Name | Type | Description | Notes
257257

258258
| Status code | Description | Response headers |
259259
|-------------|-------------|------------------|
260-
**2XX** | Success | - |
260+
**2XX** | OK | - |
261261

262262
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
263263

@@ -336,7 +336,7 @@ This endpoint does not need any parameter.
336336

337337
| Status code | Description | Response headers |
338338
|-------------|-------------|------------------|
339-
**2XX** | Success | - |
339+
**2XX** | OK | - |
340340

341341
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
342342

@@ -423,7 +423,7 @@ Name | Type | Description | Notes
423423

424424
| Status code | Description | Response headers |
425425
|-------------|-------------|------------------|
426-
**2XX** | Success | - |
426+
**2XX** | OK | - |
427427

428428
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
429429

docs/AuthorEditorApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void (empty response body)
8585

8686
| Status code | Description | Response headers |
8787
|-------------|-------------|------------------|
88-
**2XX** | Success | - |
88+
**2XX** | OK | - |
8989

9090
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9191

@@ -166,7 +166,7 @@ void (empty response body)
166166

167167
| Status code | Description | Response headers |
168168
|-------------|-------------|------------------|
169-
**2XX** | Success | - |
169+
**2XX** | OK | - |
170170

171171
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
172172

docs/AuthorLookupApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void (empty response body)
8383

8484
| Status code | Description | Response headers |
8585
|-------------|-------------|------------------|
86-
**2XX** | Success | - |
86+
**2XX** | OK | - |
8787

8888
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8989

docs/BackupApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void (empty response body)
8686

8787
| Status code | Description | Response headers |
8888
|-------------|-------------|------------------|
89-
**2XX** | Success | - |
89+
**2XX** | OK | - |
9090

9191
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9292

@@ -162,7 +162,7 @@ void (empty response body)
162162

163163
| Status code | Description | Response headers |
164164
|-------------|-------------|------------------|
165-
**2XX** | Success | - |
165+
**2XX** | OK | - |
166166

167167
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
168168

@@ -242,7 +242,7 @@ void (empty response body)
242242

243243
| Status code | Description | Response headers |
244244
|-------------|-------------|------------------|
245-
**2XX** | Success | - |
245+
**2XX** | OK | - |
246246

247247
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
248248

@@ -321,7 +321,7 @@ This endpoint does not need any parameter.
321321

322322
| Status code | Description | Response headers |
323323
|-------------|-------------|------------------|
324-
**2XX** | Success | - |
324+
**2XX** | OK | - |
325325

326326
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
327327

docs/BlocklistApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void (empty response body)
8585

8686
| Status code | Description | Response headers |
8787
|-------------|-------------|------------------|
88-
**2XX** | Success | - |
88+
**2XX** | OK | - |
8989

9090
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
9191

@@ -166,7 +166,7 @@ void (empty response body)
166166

167167
| Status code | Description | Response headers |
168168
|-------------|-------------|------------------|
169-
**2XX** | Success | - |
169+
**2XX** | OK | - |
170170

171171
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
172172

@@ -256,7 +256,7 @@ Name | Type | Description | Notes
256256

257257
| Status code | Description | Response headers |
258258
|-------------|-------------|------------------|
259-
**2XX** | Success | - |
259+
**2XX** | OK | - |
260260

261261
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
262262

0 commit comments

Comments
 (0)