From 60160ac0f69589504fab536d23babf3549d1c4b2 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:32:36 -0500 Subject: [PATCH] Implement 31c911cb59a289ff3f156e2e31138b891b39a06e --- frontend/src/app/components/docs/api-docs-data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/docs/api-docs-data.ts b/frontend/src/app/components/docs/api-docs-data.ts index 1013c84da..6240d01ee 100644 --- a/frontend/src/app/components/docs/api-docs-data.ts +++ b/frontend/src/app/components/docs/api-docs-data.ts @@ -1524,8 +1524,8 @@ export const restApiDocsData = [ type: "endpoint", category: "assets", httpRequestMethod: "GET", - fragment: "get-assets", - title: "GET Assets", + fragment: "get-asset", + title: "GET Asset", description: { default: "Returns information about a Liquid asset." },