Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 1ca0c29

Browse files
committed
fix duplicate route description
1 parent 4830e72 commit 1ca0c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/core/routes/migration.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace Migration {
131131
@route("/redirect/extern")
132132
@delete
133133
@added(Version.`v1.0-beta.1`)
134-
@summary("Set up a redirect for migrating identities")
134+
@summary("Remove a redirect for migrating identities")
135135
op removeRedirectExtern(@query redirectSourceFid: string): {
136136
@statusCode statusCode: 200;
137137
};

0 commit comments

Comments
 (0)