2024-07-05 13:36:47 -04:00
|
|
|
get:
|
|
|
|
|
tags:
|
|
|
|
|
- admin
|
2026-02-27 11:54:30 -05:00
|
|
|
summary: Get federation settings pertaining to auto-categorization rules
|
2024-07-05 13:36:47 -04:00
|
|
|
responses:
|
|
|
|
|
"200":
|
|
|
|
|
description: ""
|
|
|
|
|
content:
|
|
|
|
|
application/json:
|
|
|
|
|
schema:
|
|
|
|
|
allOf:
|
|
|
|
|
- type: object
|
|
|
|
|
properties:
|
|
|
|
|
title:
|
|
|
|
|
type: string
|
2025-08-25 12:05:50 -04:00
|
|
|
rules:
|
2025-08-27 14:16:24 -04:00
|
|
|
$ref: ../../../components/schemas/admin/rules.yaml#/RulesArray
|
2026-02-27 11:54:30 -05:00
|
|
|
hideSave:
|
|
|
|
|
type: boolean
|
|
|
|
|
description: A flag to instruct the template engine to hide the save button
|
2024-07-05 13:36:47 -04:00
|
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps
|