Endpoints para carousels (configuracion)
Crea un carousel.
| Name | Description |
|---|---|
| data | Array de objetos con id y order |
Content-Type: application/json Authorization: Bearer <token> Host: example.org Cookie:
PATCH /internal/admin/config/carousels/order
{"data":[{"id":3,"order":3},{"id":4,"order":2},{"id":5,"order":1}]}
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json Cache-Control: no-cache X-Request-Id: 8888b9b2-469f-4a8b-9e5e-d3db81ae607c X-Runtime: 0.034775 Vary: Origin Content-Length: 0
200 OK