This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +33
-7
lines changed
Expand file tree Collapse file tree 1 file changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,16 @@ paths:
730730 description : |-
731731 Tell the homeserver of the "old" actor account that you intend to set up a redirect to
732732 this actor
733- parameters : []
733+ parameters :
734+ - name : redirectSourceFid
735+ in : query
736+ required : true
737+ description : |-
738+ : The federation ID of the actor who should be the source of the
739+ redirect.
740+ schema :
741+ type : string
742+ explode : false
734743 responses :
735744 ' 200 ' :
736745 description : |-
@@ -742,12 +751,29 @@ paths:
742751 - `202` if the other account still needs to accept to establish the link.
743752 tags :
744753 - Migration - Registration not required
745- requestBody :
746- required : true
747- content :
748- application/json :
749- schema :
750- type : string
754+ security :
755+ - BearerAuth : []
756+ delete :
757+ operationId : Unregistered_removeRedirectExtern
758+ summary : Set up a redirect for migrating identities
759+ description : |-
760+ Tell the homeserver of the "old" actor account that you no longer intend to set up a
761+ redirect to this actor
762+ parameters :
763+ - name : redirectSourceFid
764+ in : query
765+ required : true
766+ description : |-
767+ : The federation ID of the actor who should no longer be the source of the
768+ redirect.
769+ schema :
770+ type : string
771+ explode : false
772+ responses :
773+ ' 200 ' :
774+ description : ' - `200` if the link has been removed'
775+ tags :
776+ - Migration - Registration not required
751777 security :
752778 - BearerAuth : []
753779 /.p2/core/v1/resource/resources :
You can’t perform that action at this time.
0 commit comments