mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: post-2.0 QA hygiene across api hardening and qa metadata
This commit is contained in:
@@ -5876,6 +5876,7 @@ paths:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
nullable: true
|
||||
expiresAt:
|
||||
type: string
|
||||
format: date-time
|
||||
@@ -5923,6 +5924,7 @@ paths:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
nullable: true
|
||||
createdAt:
|
||||
type: string
|
||||
format: date-time
|
||||
@@ -6739,19 +6741,26 @@ paths:
|
||||
type: string
|
||||
actorId:
|
||||
type: string
|
||||
nullable: true
|
||||
actorUsername:
|
||||
type: string
|
||||
action:
|
||||
type: string
|
||||
targetType:
|
||||
type: string
|
||||
nullable: true
|
||||
targetId:
|
||||
type: string
|
||||
nullable: true
|
||||
details:
|
||||
type: object
|
||||
nullable: true
|
||||
ipAddress:
|
||||
type: string
|
||||
nullable: true
|
||||
requestId:
|
||||
type: string
|
||||
nullable: true
|
||||
createdAt:
|
||||
type: string
|
||||
format: date-time
|
||||
|
||||
Reference in New Issue
Block a user