Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 12/umbraco-forms/developer/ajaxforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-forms/developer/ajaxforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down