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,15 @@
/**
* @schema AdminSetActiveViewConfiguration
* type: object
* description: The details of a view configuration to set as active for the given entity.
* x-schemaName: AdminSetActiveViewConfiguration
* required:
* - view_configuration_id
* properties:
* view_configuration_id:
* type: string
* title: view_configuration_id
* description: The ID of the view configuration to set as active. If `null`, the active view configuration will be cleared, and the `code` or system default view configuration will be used as the active view.
*
*/