Idea organizations
Update organization
put/idea_organizations/{id}
Path parameters
idstring required
Id identifier
Request body
Example request
{
"idea_organization": {
"name": "A new name"
}
}Response
Successful operation
Id identifier
{
"idea_organization": {
"name": "A new name"
}
}Successful operation