Skip to content

Conversation

@RandomProgramm3r
Copy link
Owner

  • Add GET endpoint /api/business/promo/{id}/ to get promo by id.
  • Ensure that requested promo belongs to the authenticated company.
  • Return 403 if promo does not belong to the current company, and 404 if it does not exist.

- Add GET endpoint /api/business/promo/{id}/ to get promo by id.
- Ensure that requested promo belongs to the
authenticated company.
- Return 403 if promo does not belong to the
current company, and 404 if it does not exist.
@RandomProgramm3r RandomProgramm3r merged commit a9d07fb into main Apr 10, 2025
2 checks passed
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.

1 participant