Guías de soporte
Functional guide of one ERP module, written by the LLM from live
introspection of the module's models/admin the first time a user asks
about it and no curated entry exists. Guides are searched together with
the static knowledge index, so the knowledge base grows by itself from
the source code. Born as ``auto`` drafts; the owner reviews/edits them in
the admin, guided by the votes users give to answers based on each guide.
Header api token: X-API-TOKEN
Obtener api token en Su configuración de cuenta
Métodos API permitidos: GET, POST, PUT, PATCH, OPCIONES
- List URL: /api/v1/support_chat_s/supportguide/
- Detail URL: /api/v1/support_chat_s/supportguide/:id/
Parámetros
_page_size: (int) Número de resultados por página_page: (str|int) Número de páginas a consultar, coloque __all__ para obtener todos los resultados sin paginar_ordering: (str) Campo para ordenar, si es descendente colocar '-', Ej: -nombre_del_campo_fields: (str) Lista de los campos a devolver, separados por coma
Muestra el método OPTIONS
Cargando opciones de API ...