edit_artist
Update an existing artist in BNDY by editing location, genres, social media URLs, biography, and other profile fields.
Instructions
Update an existing artist in BNDY. Use this to add location, genres, social media URLs, bio, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artistId | Yes | Artist UUID to update | |
| name | No | Updated artist name | |
| artistType | No | Type of artist | |
| location | No | Artist location (city or region) | |
| locationType | No | Location type: "city" for specific city/town (with coordinates), "regional" for wider area like "North East UK" | |
| bio | No | Artist biography | |
| genres | No | Music genres | |
| facebookUrl | No | Facebook page URL | |
| instagramUrl | No | Instagram URL | |
| websiteUrl | No | Artist website URL | |
| youtubeUrl | No | YouTube channel URL | |
| spotifyUrl | No | Spotify artist URL | |
| twitterUrl | No | Twitter/X URL | |
| profileImageUrl | No | Profile image URL | |
| acoustic | No | Whether the artist performs acoustic sets | |
| actType | No | Type of act (originals, covers, tribute) | |
| externalIds | No | External system references (additive merge by default) | |
| replaceExternalIds | No | If true, replace all externalIds instead of merging (default: false) |