chore: openapi

This commit is contained in:
Barış Soner Uşaklı
2024-06-24 15:54:42 -04:00
parent 338f89deb5
commit 4ab31e3f79

View File

@@ -374,6 +374,20 @@ get:
type: string
postIndex:
type: number
author:
type: object
required: [username, uid]
properties:
username:
type: string
userslug:
type: string
uid:
type: number
fullname:
type: string
displayname:
type: string
loggedInUser:
$ref: ../../components/schemas/UserObject.yaml#/UserObject
- type: object