update_shop
📝 RADAR Documentation - Command: Update Shop
🤝 Command Group: shop
📝 Command Name: update_shop
📋 Parameters:
name
(required: False) - Shop Name. (Type: string)description
(required: False) - Shop Description. (Type: string)logo
(required: False) - Logo URL. (Type: string)banner
(required: False) - Banner URL. (Type: string)is_global
(required: False) - Is this shop restricted to this server only? (Type: boolean)wallet
(required: False) - Wallet address. (Type: string)
📝 Description:
Update an existing shop.
🔍 Example Usage:
Update the name and description of a shop:
This command is used to update the name and description of a shop. You need to specify the
name
parameter as the new name of the shop and thedescription
parameter as the new description of the shop.Update the logo and banner of a shop:
This command is used to update the logo and banner of a shop. You need to specify the
logo
parameter as the URL of the new logo and thebanner
parameter as the URL of the new banner.
📝 Note:
This command allows you to update an existing shop in your Solana NFT community.
Specify the desired parameters to update the shop.
You can update the
name
parameter to change the name of the shop.You can update the
description
parameter to change the description of the shop.You can update the
logo
parameter to change the logo of the shop by providing the URL of the new logo image.You can update the
banner
parameter to change the banner of the shop by providing the URL of the new banner image.You can update the
is_global
parameter to restrict the shop to the current server only by setting it totrue
.You can update the
wallet
parameter to change the wallet address associated with the shop.After updating the shop, a success message will be displayed indicating that the shop has been updated.
Last updated