curl --request POST \
--url https://api.example.com/v1/organizations \
--header 'Content-Type: application/json' \
--data '
{
"logoKey": "<string>",
"pinnedUrl": "<string>",
"themeColor": "<string>",
"operations": [
"<string>"
]
}
'Update org
curl --request POST \
--url https://api.example.com/v1/organizations \
--header 'Content-Type: application/json' \
--data '
{
"logoKey": "<string>",
"pinnedUrl": "<string>",
"themeColor": "<string>",
"operations": [
"<string>"
]
}
'Was this page helpful?