docs: generate API reference for 2.10.3 (#13548)

* docs: generate API reference for 2.10.3

* fix curl example
This commit is contained in:
Shahed Nasser
2025-09-19 11:40:52 +03:00
committed by GitHub
parent 0e45249b30
commit 2f990a14e6
68 changed files with 4955 additions and 327 deletions
@@ -0,0 +1,13 @@
/**
* @schema AdminViewConfigurationResponse
* type: object
* description: The details of a view configuration.
* x-schemaName: AdminViewConfigurationResponse
* required:
* - view_configuration
* properties:
* view_configuration:
* $ref: "#/components/schemas/AdminViewConfiguration"
*
*/