We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f077066 commit ac0ed90Copy full SHA for ac0ed90
src/platform/plugins/shared/data/server/search/routes/response_schema.ts
@@ -68,6 +68,7 @@ export const searchSessionsUpdateSchema = () =>
68
id: schema.string(),
69
type: schema.string(),
70
updated_at: schema.maybe(schema.string()),
71
+ updated_by: schema.maybe(schema.string()),
72
version: schema.maybe(schema.string()),
73
namespaces: schema.maybe(schema.arrayOf(schema.string())),
74
references: schema.maybe(referencesSchema),
0 commit comments