Skip to content

Commit 1fc4a17

Browse files
fix(docs): add redirect for list your organizations api (#11750)
1 parent 6842afe commit 1fc4a17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/middleware.ts

+4
Original file line numberDiff line numberDiff line change
@@ -3281,6 +3281,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
32813281
from: '/api/projects/post-project-service-hooks/',
32823282
to: '/api/projects/register-a-new-service-hook/',
32833283
},
3284+
{
3285+
from: '/api/organizations/list-your-organizations/',
3286+
to: '/api/users/list-your-organizations/',
3287+
},
32843288
{
32853289
from: '/clients/cocoa/',
32863290
to: '/platforms/apple/',

0 commit comments

Comments
 (0)