Add or update a social link.
curl --request PUT \
--url https://staging-api.polysimulator.com/me/social-links \
--header 'Content-Type: application/json' \
--data '
{
"platform": "<string>",
"handle": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
curl --request PUT \
--url https://staging-api.polysimulator.com/me/social-links \
--header 'Content-Type: application/json' \
--data '
{
"platform": "<string>",
"handle": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}