Skip to content
Open
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
24 changes: 17 additions & 7 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,21 +1067,31 @@ paths:
description: "Y016 : loginName header missing<br>Y015 : Unauthorized User<br>Y016 : Api-Version header missing<br>Y020 : Invalid token in authorization header<br>Y027 : Unsupported authentication type"
404:
description: "Not Found"
tags:
- "Auth"
consumes:
- "application/x-www-form-urlencoded"
parameters:
- in: "formData"
name: "clientId"
description: "clientId issued by Yodlee is used to generate the OAuth token for authentication."
type: "string"
required: false
description: "clientId issued by Yodlee is used to generate the OAuth token for authentication."
required: true
- in: "formData"
name: "secret"
type: "string"
description: "secret issued by Yodlee is used to generate the OAuth token for authentication."
required: true
- in: "header"
name: "loginName"
type: "string"
required: false
tags:
- "Auth"
consumes:
- "application/x-www-form-urlencoded"
description: "The id of your end user."
required: true
- in: "header"
name: "Api-Version"
type: "string"
description: "The api verson"
required: true
delete:
summary: "Delete Token"
deprecated: false
Expand Down