Update the bio fields of a guest profile including short bio, long bio, goals, areas of expertise, topics to discuss, things to avoid, and additional context.
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
guestProfileId | string | The guest profile ID |
| Property | Type | Description |
|---|---|---|
additionalContextoptional | string | Any additional context about the guest |
areasOfExpertiseoptional | array of string | Areas of expertise |
goalsoptional | array of string | Goals for podcast appearances |
longBiooptional | string | A longer bio for the guest |
shortBiooptional | string | A short bio for the guest |
thingsToAvoidoptional | array of string | Topics or things to avoid |
topicsToDiscussoptional | array of string | Topics the guest wants to discuss |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└success | boolean |