v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
GFM 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

npoPhotoIdstring required

The NPO photo ID

statusstring required

The photo status

commentsstring

Optional comments about the status change

Example request

{
  "npoPhotoId": "4",
  "status": "ACTIVE",
  "comments": "Photo approved"
}

Response

Photo status updated successfully

successboolean

Example response

{
  "success": true,
  "data": {
    "updateCharityFundraiserPhotoStatus": {
      "success": true,
      "npoPhotoId": "4",
      "status": "ACTIVE",
      "comments": "Photo approved"
    }
  }
}