diff --git a/docs/docs/restified/quickstart.mdx b/docs/docs/restified/quickstart.mdx index f70235ee548..114e69dc5a8 100644 --- a/docs/docs/restified/quickstart.mdx +++ b/docs/docs/restified/quickstart.mdx @@ -74,7 +74,7 @@ already in the `products` table of the docs sample app. Click "Run Request". width="1000px" /> -You will see the result returned below the "Run Request" button. +You will see the result returned next to the query. You can test the other `insert_products_one` endpoint that we created in the same way by providing a new product object as the request variable. diff --git a/docs/static/img/restified/restified-test.png b/docs/static/img/restified/restified-test.png index 22fbb95d83a..b844688e31f 100644 Binary files a/docs/static/img/restified/restified-test.png and b/docs/static/img/restified/restified-test.png differ