Update a page​
Update page properties like name, description, contact info, organization details, or visibility. Only page admins/owners can update.
application/json
Request Body required
Page fields to update - all fields optional except id
id number required
removeAvatar boolean
avatar string
Possible values: Value must match regular expression /^data:image\/[a-z]+;base64,/
public boolean nullable
name string
description string
organizationWebsite string
country string
url string
Responses
- 200
- 401
- 403
Page updated successfully
application/json
Schema
Example (from schema)
Schema
success boolean
room object
{
"success": true,
"room": {}
}
User not authenticated
User not authorized to update this page
Loading...