We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa82f18 commit ef20eb0Copy full SHA for ef20eb0
scripts/fetch-spec.sh
@@ -21,7 +21,7 @@ mv "${REPO_DIR}/docker-compose.override.yml.example" "${REPO_DIR}/docker-compose
21
export VERSION="v${NETBOX_VERSION}"
22
docker compose --project-directory="${REPO_DIR}" up --detach --quiet-pull
23
24
-while ! curl --silent http://localhost:8000/api/docs/?format=openapi > api/openapi.json 2> /dev/null; do
+while ! curl --silent http://localhost:8000/api/schema/ > api/openapi.yaml 2> /dev/null; do
25
sleep 1
26
done
27
0 commit comments