curl --request PUT \
--url https://{api_endpoint}/v1/orchestrate/agents/{id}/chat-starter-settings/icon \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Upload the icon for a registerd agent.
curl --request PUT \
--url https://{api_endpoint}/v1/orchestrate/agents/{id}/chat-starter-settings/icon \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}