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

Update updateDeveloperProduct function to new 'apis.' endpoint; removes iconImageAssetId parameter (needs new method call) #778

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

alanbixby
Copy link
Member

@alanbixby alanbixby commented Feb 13, 2024

The endpoint currently referenced by updateDeveloperProduct is deprecated and responds with a HTTP 404; this change updates the method to match what is used by the website.

This introduces a breaking change since iconImageAssetId is no longer supported. I recommend we create a new method for updating the icon rather than nesting the request inside this method; especially since the website is now required a full FormData upload instead of creating a decal and referencing it's assetId.

…ves iconImageAssetId parameter (needs new method call)
@Neztore
Copy link
Member

Neztore commented Feb 13, 2024

Is this similar to #751 ?

Edit: As in could the same fix be applied to both. Not that it's a duplicate.

@Neztore Neztore merged commit 52491ea into noblox:master Feb 14, 2024
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.

2 participants