Skip to content

Commit

Permalink
Merge branch 'develop' into activitypub
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Apr 26, 2024
2 parents 7645365 + 2a58d09 commit 4d77755
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions public/openapi/write/posts/pid/summary.yaml
Expand Up @@ -31,44 +31,4 @@ get:
status:
$ref: ../../../components/schemas/Status.yaml#/Status
response:
type: object
properties:
pid:
type: number
tid:
type: number
description: A topic identifier
toPid:
type: number
description: The post that this post is in reply to
nullable: true
content:
type: string
uid:
type: number
description: A user identifier
timestamp:
type: number
deleted:
type: number
upvotes:
type: number
downvotes:
type: number
replies:
type: number
votes:
type: number
timestampISO:
type: string
user:
type: object
additionalProperties: {}
topic:
type: object
additionalProperties: {}
category:
type: object
additionalProperties: {}
isMainPost:
type: boolean
$ref: ../../../components/schemas/PostObject.yaml#/PostObject

0 comments on commit 4d77755

Please sign in to comment.