Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions reference/auth.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,24 @@ paths:
- sessionToken: []
tags:
- Internal
'/v1/partners/twiist/{tidepoolLinkId}':
parameters:
- schema:
type: string
name: tidepoolLinkId
in: path
required: true
delete:
summary: Unlink Twiist Account
operationId: UnlinkTwiistAccount
responses:
'200':
description: OK
description: An endpoint to unlink twiist account. The endpoint must be called with an access token issued for the Sequel service account.
tags:
- Authentication
security:
- sessionToken: []
components:
securitySchemes:
basicAuth:
Expand Down
Loading
Loading