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

[API] add endpoint to re-verify an entire dataset #1121

Open
wants to merge 3 commits into
base: feature/api-trigger-reverification
Choose a base branch
from

Conversation

jbygdell
Copy link
Collaborator

@jbygdell jbygdell commented Nov 7, 2024

Description
This PR build upon #1120 and add the option to re-verify all files in a dataset

@jbygdell jbygdell requested a review from a team November 7, 2024 14:17
@jbygdell jbygdell self-assigned this Nov 7, 2024
Copy link
Contributor

@MalinAhlberg MalinAhlberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -105,6 +105,22 @@ Admin endpoints are only available to a set of whitelisted users specified in th
curl -H "Authorization: Bearer $token" -X POST https://HOSTNAME/dataset/release/my-dataset-01
```

- `/dataset/verify/*dataset`
- accepts `PUT` requests with the dataset name as last part of the path`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- accepts `PUT` requests with the dataset name as last part of the path`
- accepts `PUT` requests with the dataset name as last part of the path

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 this pull request may close these issues.

2 participants