mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
fix: API定義が間違っていたので修正
This commit is contained in:
@@ -1194,7 +1194,7 @@ paths:
|
|||||||
- "read:filters"
|
- "read:filters"
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: filter_id
|
name: id
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
@@ -1213,7 +1213,7 @@ paths:
|
|||||||
- "write:filters"
|
- "write:filters"
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: filter_id
|
name: id
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user