v1
latestOpenAPI 3.0.02026-08-062903562.2 MBGFM NPO Page
Update charity include default photos setting
Updates whether the charity includes default photos
put/organizations/{organization_id}/gfm-npo-page/include-default-photos
Path parameters
organization_idinteger required
Example:123
The organization ID
Request body
Example request
{
"includeDefaultPhotos": true
}Response
Default photos setting updated successfully
Example response
{
"success": true,
"data": {
"updateCharityIncludeDefaultPhotos": {
"success": true,
"includeDefaultPhotos": true
}
}
}