curl --request PATCH \
--url https://nimbussuite.com/api/v1/organizations/{orgId}/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"logoUrl": "<string>"
}
'{
"success": true
}curl --request PATCH \
--url https://nimbussuite.com/api/v1/organizations/{orgId}/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"logoUrl": "<string>"
}
'{
"success": true
}Was this page helpful?