Files
drive/bin/update_openapi_schema
Manuel Raynaud 75a182bc36 ✏️(chore) replace mention of impress by drive
There were still mention of impress present. We replace them by drive.
2025-07-25 11:35:24 +02:00

13 lines
303 B
Bash
Executable File

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