Files
lasuite-messages/bin/update_openapi_schema
T
Sylvain ZimmerandGitHub 3259eb07a6 (admin) add maildomainaccess model, api route and backend tests (#102)
* (admin) add maildomainacess model, api route and backend tests

* ♻️(drf) simplify API code
2025-05-21 22:21:45 +02:00

14 lines
308 B
Bash
Executable File

#!/usr/bin/env bash
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
_dc_run \
-e DJANGO_CONFIGURATION=Test \
--no-deps \
backend-dev \
python manage.py spectacular \
--api-version 'v1.0' \
--urlconf 'core.urls' \
--format openapi-json \
--file /app/core/api/openapi.json