mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: operationId typos
This commit is contained in:
parent
f8eed7a20b
commit
c1fe824f75
2 changed files with 8 additions and 8 deletions
|
|
@ -41,15 +41,15 @@ paths:
|
||||||
'404':
|
'404':
|
||||||
$ref: '#/components/responses/notification404'
|
$ref: '#/components/responses/notification404'
|
||||||
patch:
|
patch:
|
||||||
operation: updateNotificationSettings
|
operationId: updateNotificationSettings
|
||||||
description: Update Notification settings.
|
description: Update Notification settings.
|
||||||
tags:
|
tags:
|
||||||
- Notification
|
- Notification
|
||||||
requestBody:
|
requestBody:
|
||||||
description: The Apprise Notification settings
|
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
type: object
|
||||||
properties:
|
properties:
|
||||||
appriseApiUrl:
|
appriseApiUrl:
|
||||||
$ref: '../objects/Notification.yaml#/components/schemas/appriseApiUrl'
|
$ref: '../objects/Notification.yaml#/components/schemas/appriseApiUrl'
|
||||||
|
|
@ -63,7 +63,7 @@ paths:
|
||||||
'404':
|
'404':
|
||||||
$ref: '#/components/responses/notification404'
|
$ref: '#/components/responses/notification404'
|
||||||
post:
|
post:
|
||||||
operation: createNotification
|
operationId: createNotification
|
||||||
description: Update Notification settings.
|
description: Update Notification settings.
|
||||||
tags:
|
tags:
|
||||||
- Notification
|
- Notification
|
||||||
|
|
@ -167,7 +167,7 @@ paths:
|
||||||
'404':
|
'404':
|
||||||
$ref: '#/components/responses/notification404'
|
$ref: '#/components/responses/notification404'
|
||||||
patch:
|
patch:
|
||||||
operation: createNotification
|
operationId: createNotification
|
||||||
description: Update Notification settings.
|
description: Update Notification settings.
|
||||||
tags:
|
tags:
|
||||||
- Notification
|
- Notification
|
||||||
|
|
|
||||||
|
|
@ -1064,16 +1064,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"operation": "updateNotificationSettings",
|
"operationId": "updateNotificationSettings",
|
||||||
"description": "Update Notification settings.",
|
"description": "Update Notification settings.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Notification"
|
"Notification"
|
||||||
],
|
],
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"description": "The Apprise Notification settings",
|
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"appriseApiUrl": {
|
"appriseApiUrl": {
|
||||||
"$ref": "#/components/schemas/appriseApiUrl"
|
"$ref": "#/components/schemas/appriseApiUrl"
|
||||||
|
|
@ -1099,7 +1099,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"operation": "createNotification",
|
"operationId": "createNotification",
|
||||||
"description": "Update Notification settings.",
|
"description": "Update Notification settings.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Notification"
|
"Notification"
|
||||||
|
|
@ -1263,7 +1263,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"operation": "createNotification",
|
"operationId": "createNotification",
|
||||||
"description": "Update Notification settings.",
|
"description": "Update Notification settings.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Notification"
|
"Notification"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue