1. Review
PartnerPage API
  • Introduction
  • Authentication
  • Object Overview
  • Directory
    • Forms
      • Get all custom forms
      • Get all currency field options
      • Get all contact request form
      • Get default contact request form
      • Create a cotact request custom form
      • Delete a contact request custom form
    • Callouts
      • Get all callouts
      • Get a callout
      • Create a new callout
      • Update a directory callout
      • Delete a directory callout
    • Badges
      • Get all badges
      • Get a badge
      • Create a badge
      • Update a badge
      • Delete a badge
    • Certifications
      • Get all certifications
      • Get a certificacion
      • Create a certification
      • Update a certification
      • Delete a certification
    • Filters
      • Filter Options
        • Get all filter options
        • Get a filter option
        • Create a filter option
        • Update a filter option
        • Deletes a filter option
      • Get all filters
      • Get a filter
      • Create a filter
      • Update a filter
      • Deletes a filter
      • Get all internal filters
      • Get all filters for external directory
    • Filter Maps
      • Get all filter option mappings
      • Get a filter option mapping
      • Create a new filter option mapping
      • Update a filter option mapping
      • Delete a filter option mapping
      • Get all filter option mappings for external directory
    • Matchmaking
      • Get all matchmaking requests
    • Tiers
      • Get all tiers
      • Get a tier
      • Create a tier
      • Update a tier
      • Delete a tier
      • Get all entries assigned to an specific tier
      • Assign or Unassign entries to an specific tier
    • Verifications
      • Get all verifications
      • Get a verification
      • Create a verification
      • Update a verification
      • Delete a verification
    • Settings
      • Retrieve the settings for a directory
      • Update the settings for a directory
    • List directories
      GET
    • Get a directory
      GET
    • Create a directory
      POST
    • Update a directory
      PATCH
  • Entry
    • App Entry
      • Callouts
        • Get all callouts
        • Get an entry callout
        • Create a new callout
        • Update a callout
        • Delete a callout
      • Get an app entry
      • Create new app entry
      • Update app entry
      • Delete a app entry
      • Update the recommended order of an app entry
    • Partner Entry
      • Badges
        • Get all badges
        • Get a badge
        • Create a badge
        • Update a badge
        • Delete a badge
      • Callouts
        • Get all callouts
        • Get a callout
        • Create a callout
        • Update a callout
        • Delete a callout
      • Certifications (General)
        • Get all certifications
        • Get a certification
        • Create a certification
        • Update a certification
        • Delete a certification
      • Certifications (Industry)
        • Get all industry certifications
        • Get an industry certification
        • Create an industry certification
        • Update an industry certification
        • Delete an industry certification
      • Certifications (Segment)
        • Get all segment certifications
        • Get a segment certification
        • Create a segment certification
        • Update a segment certification
        • Delete a segment certification
      • Client
        • Get all Clients
        • Get a client
        • Create a client
        • Update a client
        • Delete a client
      • Keywords
        • Get all keywords
        • Get a keyword
        • Create a keyword
        • Update keyword
        • Delete a keyword
      • Locations
        • Get all location
        • Get a location
        • Create a location
        • Update a location
        • Delete a location
      • Media
        • Get all media
        • Get a media
        • Create a media
        • Update a media
        • Delete a media
      • Resources
        • Internal
          • Get all Internal resources
          • Get an internal resource
          • Create an internal resource
          • Update an internal resource
          • Delete an internal resource
        • Get all resouces
        • Get a resource
        • Create a resource
        • Update a resource
        • Delete a resource
      • Special Offers
        • Get all special offer
        • Get a special offer
        • Create a special offer
        • Update a special offer
        • Delete a special offer
      • Testimonials
        • Internal
          • Get all internal testimonial
          • Get an internal testimonial
          • Create an internal testimonial
          • Update an internal testimonial
          • Delete an internal testimonial
        • Get all testimonials
        • Get a testimonial
        • Create a testimonial
        • Update a testimonial
        • Delete a testimonial
      • Use Cases
        • Internal
          • Get all internal use cases
          • Get an internal use cases
          • Create an internal use case
          • Update an internal use case
          • Delete an internal use case
        • Get all use cases
        • Get a use case details
        • Create a use case
        • Update a use case
        • Delete a use case
      • Verifications
        • Get all verifications
        • Get a verification
        • Create a verification
        • Update a verification
        • Delete a verification
      • Contact Information
        • Return entry contact information
      • Invite
        • Get organization matches for partner invite
        • Get partner entry owner organization invite
        • Get partner entry owner user invites
        • Invite organization to own partner entry
        • Invite users to partner entry ownership
      • Entry Edits Approval Flow
        • Partner Entry Submit Review
        • Partner Entry Approve Review
        • Partner Entry Reject Changes
        • Partner Entry Discard Review
      • Get all partner entry
      • Get a partner entry
      • Create a partner entry
      • Update a partner entry
      • Delete a partner entry
      • Update the recommended order of a partner entry
    • Get all entries
      GET
  • Contact Request
    • Get all contact requests
      GET
    • Get a contact request
      GET
    • Create a new partner contact request
      POST
  • Matchmaking
    • Get all matchmaking requests
    • Get a matchmaking request
    • Create a new matchmaking request for a directory
    • Get all partners assigned to matchmaking requests
    • Assign an owner to a matchmaking request
    • Replace partners to a matchmaking request
  • Review
    • directory-review-list
      GET
    • directory-review-detail
      GET
    • directory-review-create
      POST
    • Update a review
      PATCH
    • Delete a review
      DELETE
    • reviewsDirectoryExportRetrieve
      GET
  1. Review

Update a review

PATCH
https://v1.api.partnerpage.io/api/directory/private/v1alpha/reviews/directory/{directoryId}/{reviewId}/
Partially update a review belonging to this directory. Accepts any subset of title, company, summary, first_name, last_name, email, rating, and status — at least one field must be provided. entry_id is immutable: a review cannot be reassigned to a different partner entry. When status is included and differs from the current status, approver bookkeeping is updated automatically: transitioning to A (approved) sets approvedBy to the caller and clears declinedBy; transitioning to D (declined) does the inverse. Status values other than A/D leave both fields untouched. Requires the generic_directory:update_reviews permission.

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Body Params application/json

Examples

Responses

🟢200
application/json
Updated review.
Body

🟠400
🟠401
🟠403
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request PATCH 'https://v1.api.partnerpage.io/api/directory/private/v1alpha/reviews/directory///' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "status": "A"
}'
Response Response Example
{
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "entry": {
        "id": "a0b1c2d3-0000-0000-0000-000000000001",
        "owner": "org-owner-id",
        "title": "Acme Partner"
    },
    "entryType": "partner",
    "title": "Great partner to work with",
    "company": "Acme Inc.",
    "summary": "Delivered on time and within budget.",
    "shortSummary": "Delivered on time and within budget.",
    "firstName": "Jane",
    "lastName": "Doe",
    "email": "jane.doe@example.com",
    "rating": 5,
    "created": "2026-04-21T10:15:30Z",
    "status": "A",
    "statusDisplay": "approved",
    "approvedBy": {
        "id": "b1c2d3e4-0000-0000-0000-000000000002",
        "firstName": "Owner",
        "lastName": "User",
        "email": "owner@example.com"
    },
    "declinedBy": null
}
Modified at 2026-04-24 18:08:20
Previous
directory-review-create
Next
Delete a review
Built with