v1
latestOpenAPI 3.0.02026-08-062903562.2 MBGFM NPO Page
Update charity fundraiser photo status
Updates the status of a charity fundraiser photo
put/organizations/{organization_id}/gfm-npo-page/photo-status
Path parameters
organization_idinteger required
Example:123
The organization ID
Request body
Example request
{
"npoPhotoId": "4",
"status": "ACTIVE",
"comments": "Photo approved"
}Response
Photo status updated successfully
Example response
{
"success": true,
"data": {
"updateCharityFundraiserPhotoStatus": {
"success": true,
"npoPhotoId": "4",
"status": "ACTIVE",
"comments": "Photo approved"
}
}
}