Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/components/schemas/post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,5 @@ properties:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
30 changes: 15 additions & 15 deletions openapi.dereferenced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,7 @@ components:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
PostApproval:
type: object
Expand Down Expand Up @@ -9708,7 +9708,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -10138,7 +10138,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -16031,7 +16031,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
/posts.json:
get:
Expand Down Expand Up @@ -16447,7 +16447,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'/posts/{id}.json':
get:
Expand Down Expand Up @@ -16841,7 +16841,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'404':
description: Not Found
Expand Down Expand Up @@ -17321,7 +17321,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -17767,7 +17767,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -18223,7 +18223,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -18824,7 +18824,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -19325,7 +19325,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'404':
description: Not Found
Expand Down Expand Up @@ -21765,7 +21765,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -30457,7 +30457,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -30903,7 +30903,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down Expand Up @@ -31425,7 +31425,7 @@ paths:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
'403':
description: Access Denied
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ components:
has_notes:
type: boolean
duration:
type: integer
type: number
nullable: true
PostApproval:
type: object
Expand Down