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

Commit 4830e72

Browse files
[bot]update openapi3 schema
1 parent eb8c41c commit 4830e72

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

api/build/core-openapi3.yaml

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)