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

Feature/SK-599 | Add PUT and PATCH to /sessions API #640

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

niklastheman
Copy link
Contributor

Add PUT and PATCH to /sessions API

  • Added PUT and PUSH to /sessions API
  • Changed validation of sessions to handle old typ as well

To update session status

PATCH /api/v1/sessions/<session_id>

{ "status": "my new status" }

@niklastheman niklastheman requested a review from Wrede June 20, 2024 09:12
@github-actions github-actions bot added minor feature New feature or request and removed minor labels Jun 20, 2024
@github-actions github-actions bot added the minor label Jun 20, 2024
@niklastheman niklastheman merged commit 9a903eb into master Jun 20, 2024
18 checks passed
@niklastheman niklastheman deleted the feature/SK-599 branch June 20, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants