mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 17:51:20 +08:00
feat: observer stage 1
This commit is contained in:
@@ -3862,6 +3862,10 @@ paths:
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
- name: umo
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
$ref: "#/components/responses/Ok"
|
||||
@@ -3909,6 +3913,10 @@ paths:
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
- name: umo
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
$ref: "#/components/responses/Ok"
|
||||
@@ -4196,6 +4204,27 @@ paths:
|
||||
"200":
|
||||
description: Exported conversation data
|
||||
|
||||
/api/v1/workspaces/by-umo:
|
||||
get:
|
||||
tags: [Workspaces]
|
||||
summary: List workspace files for one UMO
|
||||
operationId: listUmoWorkspaceFiles
|
||||
x-astrbot-scope: data
|
||||
parameters:
|
||||
- name: umo
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
minLength: 1
|
||||
- name: path
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
$ref: "#/components/responses/Ok"
|
||||
|
||||
/api/v1/stats:
|
||||
get:
|
||||
tags: [Stats]
|
||||
|
||||
Reference in New Issue
Block a user