Update Hub Information
Update information in your Hub
Modify specific attributes of your Hub's database entry. This endpoint allows for the alteration of one or more fields, providing a flexible means to keep your Hub's information current and accurate.
Update information in your Hub
PATCH
https://v2.parcelroblox.com/hub
Example of how you have to pass the body parameters:
Headers
Authorization*
string
prod_DGzVhVsrqNJi4b0Chd9mMPUI9
Content-Type
string
application/json
Request Body
description
string
Hub description
groups.roblox.id
string
Roblox Group ID
game.musicID
string
Roblox In-game Music ID
settings.staffrole_id
string
Discord Staff Role ID
settings.log_channel
string
Discord Log Channel ID
settings.purchase_channel
string
Discord Purchase Channel ID
misc.short_description
string
Short description
misc.terms
string
Terms of Service
webstore.appearance.store_banner
string
Webstore Banner (URL)
If everything was able to process properly:
{ "status": "200", "message": "OK", "data": object }
Last updated
Was this helpful?