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

Y24-166-2 - Add AssetAudits and VolumeUpdates to the V2 API #4191

Closed
3 tasks done
sdjmchattie opened this issue Jul 8, 2024 · 0 comments · Fixed by #4181 or #4184
Closed
3 tasks done

Y24-166-2 - Add AssetAudits and VolumeUpdates to the V2 API #4191

sdjmchattie opened this issue Jul 8, 2024 · 0 comments · Fixed by #4181 or #4184
Assignees

Comments

@sdjmchattie
Copy link
Contributor

sdjmchattie commented Jul 8, 2024

User story
In order to move Asset Audits over to SS API v2, the endpoints it currently uses on v1 need to be added to v2. This includes AssetAudits and VolumeUpdates. These should be added in the most restrictive manner to begin with. That means being able to create them (because that's what Asset Audits app does) and not be able to update them (because we don't need that yet).

Who are the primary contacts for this story
Stephen Hulme and Stuart McHattie

Who is the nominated tester for UAT
PSD

Acceptance criteria
To be considered successful the solution must allow:

  • Create AssetAudit records via the API v2.
  • Create VolumeUpdate records via the API v2.
  • Do not allow either to be modified after creation.

References
This story has a non-blocking relationship with:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment