There was an error while loading. Please reload this page.
2 parents 912da43 + a324d37 commit 2820d53Copy full SHA for 2820d53
1 file changed
src/forms/models.tsp
@@ -504,9 +504,6 @@ namespace CoreSystem.Forms {
504
505
@doc("Response after publishing a form.")
506
model FormPublishResponse {
507
- @doc("The URL to access the published form.")
508
- url: string;
509
-
510
@doc("The visibility setting of the form. Public forms are visible to all logged-in users. Private forms require a direct link to access.")
511
visibility: FormVisibility;
512
}
0 commit comments