docs: OpenAPI spec version upgraded from 1.4.0 to 1.4.1 (#8001)

* docs: OpenAPI spec version upgraded from 1.4.0 to 1.4.1

* fix-flow-id

* typo

---------

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-05-12 21:18:07 +00:00 committed by GitHub
commit 9af9986c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Three options are available:
* The [Quickstart](#quickstart) option starts a Docker container with default values.
* The [Docker compose](#clone-the-repo-and-build-the-langflow-docker-container) option builds Langflow with a persistent PostgreSQL database service.
* The [Package your flow as a docker image](#package-your-flow-as-a-Docker-image) option demonstrates packaging an existing flow with a Dockerfile.
* The [Package your flow as a docker image](#package-your-flow-as-a-docker-image) option demonstrates packaging an existing flow with a Dockerfile.
For more information on configuring the Docker image, see [Customize the Langflow Docker image with your own code](#customize-the-langflow-docker-image-with-your-own-code).

View file

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Langflow",
"version": "1.4.0"
"version": "1.4.1"
},
"paths": {
"/api/v1/build/{flow_id}/vertices": {
@ -11557,4 +11557,4 @@
}
}
}
}
}