From 42852052880e81d4a57a2979a3354f8bfd83a618 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Wed, 8 May 2024 08:36:18 +0200 Subject: [PATCH] Revert "Update querystring in forms definitions request" --- 12/umbraco-forms/developer/ajaxforms.md | 2 +- 13/umbraco-forms/developer/ajaxforms.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/12/umbraco-forms/developer/ajaxforms.md b/12/umbraco-forms/developer/ajaxforms.md index d38386540d1..23cf70cd647 100644 --- a/12/umbraco-forms/developer/ajaxforms.md +++ b/12/umbraco-forms/developer/ajaxforms.md @@ -43,7 +43,7 @@ The Open API specification is available from: `/umbraco/swagger/forms/swagger.js To request the definition of a form, the following request can be made: ```none -GET /umbraco/forms/api/v1/definitions/{id}?contentId={contentId}&culture={culture} +GET /umbraco/forms/api/v1/definitions/{id}?contentId={contentId}?culture={culture} ``` The GET request requires the Guid identifying the form. diff --git a/13/umbraco-forms/developer/ajaxforms.md b/13/umbraco-forms/developer/ajaxforms.md index 35d31b96c35..ae40d15d903 100644 --- a/13/umbraco-forms/developer/ajaxforms.md +++ b/13/umbraco-forms/developer/ajaxforms.md @@ -43,7 +43,7 @@ The Open API specification is available from: `/umbraco/swagger/forms/swagger.js To request the definition of a form, the following request can be made: ```none -GET /umbraco/forms/api/v1/definitions/{id}?contentId={contentId}&culture={culture} +GET /umbraco/forms/api/v1/definitions/{id}?contentId={contentId}?culture={culture} ``` The GET request requires the Guid identifying the form.