mirror of https://github.com/usbharu/Hideout.git
fix: API定義が間違っていたので修正
This commit is contained in:
parent
8f6e340442
commit
789f0c7fde
|
@ -1194,7 +1194,7 @@ paths:
|
|||
- "read:filters"
|
||||
parameters:
|
||||
- in: path
|
||||
name: filter_id
|
||||
name: id
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
@ -1213,7 +1213,7 @@ paths:
|
|||
- "write:filters"
|
||||
parameters:
|
||||
- in: path
|
||||
name: filter_id
|
||||
name: id
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue