We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6255b8c commit 946173fCopy full SHA for 946173f
2 files changed
api/api.yaml
@@ -837,7 +837,7 @@ paths:
837
/users/{idOrName}/upload_limit.json:
838
get:
839
$ref: "./paths/users/upload_limit.yaml"
840
- /users/{id}/flush_favorites.json:
+ /users/{idOrName}/flush_favorites.json:
841
post:
842
$ref: "./paths/users/flush_favorites.yaml"
843
/users/{idOrName}/fix_counts.json:
api/components/schemas/iqdbResponse.yaml
@@ -10,11 +10,14 @@ properties:
10
post_id:
11
type: integer
12
score:
13
- type: integer
+ type: number
14
+ format: "float"
15
+ minimum: 0
16
+ maximum: 100
17
18
type: object
19
required:
20
- posts
21
properties:
22
posts:
- $ref: "./iqdbPost.yaml"
23
+ $ref: "./iqdbPost.yaml"
0 commit comments