Skip to content

Commit 2820d53

Browse files
Merge pull request #57 from NYCU-SDC/refactor/remove-url-form-form-publish
Remove URL Field From FormPublishResponse model
2 parents 912da43 + a324d37 commit 2820d53

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/forms/models.tsp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,6 @@ namespace CoreSystem.Forms {
504504

505505
@doc("Response after publishing a form.")
506506
model FormPublishResponse {
507-
@doc("The URL to access the published form.")
508-
url: string;
509-
510507
@doc("The visibility setting of the form. Public forms are visible to all logged-in users. Private forms require a direct link to access.")
511508
visibility: FormVisibility;
512509
}

0 commit comments

Comments
 (0)