diff --git a/docs/source-app/glossary/restful_api/restful_api.rst b/docs/source-app/glossary/restful_api/restful_api.rst index a1128f2234..6e04f60c75 100644 --- a/docs/source-app/glossary/restful_api/restful_api.rst +++ b/docs/source-app/glossary/restful_api/restful_api.rst @@ -25,7 +25,7 @@ These methods are guidelines to organize your RESTful Services and help users un * **`PUT`:** Updates/replaces existing resources. * **`DELETE`:** Deletes resources. -Learn more about `HTTP Methods for RESTful Services here `_. +Learn more about `HTTP Methods for RESTful Services here `_. The Lightning App framework uses the popular `FastAPI `_ and `Pydantic `_ frameworks under the hood. This means you can use all their features while building your App. diff --git a/docs/source-app/workflows/build_rest_api/index.rst b/docs/source-app/workflows/build_rest_api/index.rst index 8b9192fb35..590f3d03d5 100644 --- a/docs/source-app/workflows/build_rest_api/index.rst +++ b/docs/source-app/workflows/build_rest_api/index.rst @@ -25,7 +25,7 @@ These methods are guidelines to organize your RESTful Services and help users un * **`PUT`:** Updates/replaces existing resources. * **`DELETE`:** Deletes resources. -Learn more about `HTTP Methods for RESTful Services here `_. +Learn more about `HTTP Methods for RESTful Services here `_. The Lightning App framework uses the popular `FastAPI `_ and `Pydantic `_ frameworks under the hood. This means you can use all their features while building your App.