From 2dc99ce57036f2239706324a47381dcc78d50ae1 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 16 Sep 2024 18:55:46 -0400 Subject: [PATCH] Few endpoint fixes --- web/src/components/modals/project-api-endpoints.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/modals/project-api-endpoints.tsx b/web/src/components/modals/project-api-endpoints.tsx index a77b35fd..6a26840e 100644 --- a/web/src/components/modals/project-api-endpoints.tsx +++ b/web/src/components/modals/project-api-endpoints.tsx @@ -30,9 +30,9 @@ export const ProjectAPIEndpointsModal: FC = ({ namespace, project, tag, s

GET Samples: - + - /api/v1/projects/{namespace}/{project}/samples?tag={tag} + /api/v1/projects/{namespace}/{project}/samples?tag={tag}&raw=false