Canapin
(Coin-coin le Canapin)
1 Marzo, 2023 23:50
5
El concepto existe y los botones se llaman “Habilitar” y “Deshabilitar” en la interfaz de Discourse
Y por supuesto, se puede hacer a través de la API:
Sorry for the long wait. Busy day
So, you can indeed enable or disable a theme or a component with a simple API request.
You’ll have to create an API key with the right credentials and assign an admin user to it.
in your Discourse: admin panel → API → + New API Key
in the script you’ll use, as mentioned, do a PUT request on https://yourdiscourse.com/admin/themes/[id_theme] with the proper headers (see the authentication part on https://docs.discourse.org/ ) and a JSON body …
Me refiero tanto a temas COMO a componentes en mi publicación, pero aparentemente es un poco diferente para los temas, así que debería arreglar mi solución.
2 Me gusta