rpm-unity-sdk-core
rpm-unity-sdk-core copied to clipboard
feat: validate avatar id with requests
SDK-778
Description
- Throw error before request, if the avatar ID is invalid
How to Test
- Try making a request with ID, that is null or empty and see, that it fails with an error
Checklist
- [ ] Tests written or updated for the changes.
- [ ] Documentation is updated.
- [ ] Changelog is updated.