Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine institution and filing cleanup to single endpoint #35

Closed
guffee23 opened this issue Sep 12, 2024 · 1 comment · Fixed by #39
Closed

Combine institution and filing cleanup to single endpoint #35

guffee23 opened this issue Sep 12, 2024 · 1 comment · Fixed by #39
Assignees

Comments

@guffee23
Copy link
Contributor

Create an endpoint that removes the institutions and filing data. Call into to both functions, require data needed for both in the endpoint url.

@guffee23 guffee23 self-assigned this Sep 12, 2024
@guffee23
Copy link
Contributor Author

guffee23 commented Sep 12, 2024

The paths need to be set to the following:
/v1/cleanup/{lei} <- All institutions and filings for a LEI
/v1/cleanup/institution/{lei} <- Institutions for a LEI
/v1/cleanup/filing/{lei}/{period_code} <- Filings for a LEI for a given period
/v1/cleanup/submissions/{lei}/{period_code} <- Submissions for a LEI for a given period

Update the readme.md with the following after this update for #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants