Skip to content

Commit 992cd1d

Browse files
committed
saving modified files
1 parent e2c4039 commit 992cd1d

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

restlet_studio/swagger.yaml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -814,17 +814,17 @@ paths:
814814
post:
815815
tags:
816816
- end_user_authentications
817-
summary: Link Sub Account.
817+
summary: Invite Sub Account User.
818818
parameters:
819819
- name: user_id
820820
in: query
821-
description: The user_id to link with the sub_account. You can use either user ID or Email to link.
821+
description: The user_id to invite into the sub_account. You can use either user ID or Email to link.
822822
required: false
823823
type: integer
824824
x-example: ?user_id=1&user_id=2
825825
- name: email
826826
in: query
827-
description: The email address to link with the sub_account. You can use either user ID or Email to link.
827+
description: The email address to invite into the sub_account. You can use either user ID or Email to link.
828828
required: false
829829
type: integer
830830
@@ -836,7 +836,7 @@ paths:
836836
properties:
837837
message:
838838
type: string
839-
description: Sub account users linked to primary account.
839+
description: Sub account users invited into primary account.
840840
"422":
841841
description: Unprocessable Entity. More information provided in the return object.
842842
schema:
@@ -863,6 +863,19 @@ paths:
863863
description: Will not return content on a successful deletion.
864864
x-restlet:
865865
section: END_USER_AUTHENTICATIONS
866+
/end_user_authentications/sub_accounts/accept_invitation:
867+
get:
868+
tags:
869+
- end_user_authentications
870+
description: Get sub account users
871+
parameters: []
872+
responses:
873+
"200":
874+
description: Sub account users
875+
schema:
876+
$ref: '#/definitions/sub_account_response'
877+
x-restlet:
878+
section: END_USER_AUTHENTICATIONS
866879
/end_user_authentications/departments:
867880
get:
868881
tags:

0 commit comments

Comments
 (0)