Skip to content

Commit 2d896a5

Browse files
updates features disclaimer
1 parent 903491f commit 2d896a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def custom_openapi():
4747
"<a href='https://api.rocketpy.org/redoc' style='color: white; text-decoration: none;'>ReDoc</a>"
4848
"</button>"
4949
"<p>Create, manage, and simulate rocket flights, environments, rockets, and motors.</p>"
50-
"<p>Currently, the API only supports SolidMotors and TrapezoidalFins. We apologize for the limitation, but we are actively working to expand its capabilities soon.</p>"
50+
"<p>Currently, the API only supports SolidMotor (calisto as power_off/on_drag and Cesaroni as thrust_source) and TrapezoidalFins. We apologize for the limitation, but we are actively working to expand its capabilities soon.</p>"
5151
"<p>Please report any bugs at <a href='https://github.com/RocketPy-Team/infinity-api/issues/new/choose' style='text-decoration: none; color: #008CBA;'>GitHub Issues</a></p>"
5252
),
5353
routes=app.routes,

0 commit comments

Comments
 (0)