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

Exposure of jobs-history #33

Open
7 tasks
stefanwalther opened this issue Dec 27, 2018 · 0 comments
Open
7 tasks

Exposure of jobs-history #33

stefanwalther opened this issue Dec 27, 2018 · 0 comments

Comments

@stefanwalther
Copy link
Contributor

  • Save history of jobs
    • POST /v1/job-history - Post a new job for the currently authenticated user.
    • GET /v1/job-history - Get the entire job history for the currently authenticated user.
    • GET /v1/job-history/:job-history-id - Get the details of a specific job-history entry.
    • DELETE /v1/job-history - Delete the entire job-history of the currently authenticated user.
    • DELETE /v1/job-history/:job-history-id - Delete a specific entry.
  • DELETE /v1/job-history/all- Generic Delete - All entries, but only exposed to admins (for the given tenant) or the the role system, deleting all entries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant