From 70ab5e36b1f64fc72c01a40d2bf5ea257ddec3b5 Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 1 Dec 2023 09:47:22 -0800 Subject: [PATCH] [Jobs] [Doc] Add note about trailing slash for REST API It's a common mistake to forget the trailing slash in the URL for the REST API request, and the resulting error is not clear. This PR adds a brief reminder in the docs about the slash. Signed-off-by: Archit Kulkarni --- .../cluster/running-applications/job-submission/rest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/cluster/running-applications/job-submission/rest.rst b/doc/source/cluster/running-applications/job-submission/rest.rst index abc8b5a830cd6..c3b9a018008c2 100644 --- a/doc/source/cluster/running-applications/job-submission/rest.rst +++ b/doc/source/cluster/running-applications/job-submission/rest.rst @@ -16,7 +16,7 @@ Continue on for examples, or jump to the :ref:`OpenAPI specification `_. \ No newline at end of file +View the `Ray Jobs REST API OpenAPI documentation `_.