You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the wiki, we may soon remove the tag field from ACNH items, as this is purely used for sorting in-game, and is not a reliable indicator of anything useful. The function array is what actually holds useful functionality data.
Before the removal takes place on-wiki, we will need to:
update the ACNH item endpoints to remove tag from the query.
re-insert a tag field in the response body, with an empty string as the value (to ensure nothing breaks for existing users). This can be versioned.
The text was updated successfully, but these errors were encountered:
On the wiki, we may soon remove the
tag
field from ACNH items, as this is purely used for sorting in-game, and is not a reliable indicator of anything useful. Thefunction
array is what actually holds useful functionality data.Before the removal takes place on-wiki, we will need to:
tag
from the query.tag
field in the response body, with an empty string as the value (to ensure nothing breaks for existing users). This can be versioned.The text was updated successfully, but these errors were encountered: