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
|
|
@ -1064,16 +1064,16 @@
|
|||
}
|
||||
},
|
||||
"patch": {
|
||||
"operation": "updateNotificationSettings",
|
||||
"operationId": "updateNotificationSettings",
|
||||
"description": "Update Notification settings.",
|
||||
"tags": [
|
||||
"Notification"
|
||||
],
|
||||
"requestBody": {
|
||||
"description": "The Apprise Notification settings",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"appriseApiUrl": {
|
||||
"$ref": "#/components/schemas/appriseApiUrl"
|
||||
|
|
@ -1099,7 +1099,7 @@
|
|||
}
|
||||
},
|
||||
"post": {
|
||||
"operation": "createNotification",
|
||||
"operationId": "createNotification",
|
||||
"description": "Update Notification settings.",
|
||||
"tags": [
|
||||
"Notification"
|
||||
|
|
@ -1263,7 +1263,7 @@
|
|||
}
|
||||
},
|
||||
"patch": {
|
||||
"operation": "createNotification",
|
||||
"operationId": "createNotification",
|
||||
"description": "Update Notification settings.",
|
||||
"tags": [
|
||||
"Notification"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue