Skip to content

Commit

Permalink
Fixes for returned response on login
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Mar 9, 2024
1 parent 153f0b7 commit 54d26ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ paths:
description: |
Refreshes the dataset.

This endpoint can be used if you only need to access the most recent data from a certain point in time.
This endpoint can be used if you only need to access the most recent data from a certain point in time. For example, if you only want to retrieve The
most recent data from the last time you accessed the system, you would pass the query parameter ?updated_at=1676173763. (unix timestamp)
operationId: refresh
parameters:
- name: updated_at
Expand Down Expand Up @@ -222,6 +223,10 @@ paths:
$ref: "#/components/responses/403"
422:
$ref: "#/components/responses/422"
429:
$ref: "#/components/responses/429"
5XX:
description: 'Server error'
default:
$ref: "#/components/responses/default"
/api/v1/yodlee/refresh:
Expand Down

0 comments on commit 54d26ab

Please sign in to comment.