PWA

Update PWA

Update PWA details

patch/api/v1/pwa/update/{pwa_id}

Path parameters

pwa_idstring uuid required

Request body

pwaNamestring nullable

The name of the PWA

store'App Store' | 'Google Play'
systemNamestring nullable

Name of the app

pwaLanguagestring nullable

Language of the PWA interface

forceLanguagestring nullable

Force language for PWA, e.g., 'en-GB' or null for no forcing

tagsListstring[] nullable

List of tags associated with the PWA

developerstring nullable

Name of the developer

verifiedboolean nullable

Whether the PWA is verified

adboolean nullable

Whether the PWA contains ads

purchaseboolean nullable

Whether the PWA has in-app purchases

editorsChoiceboolean nullable

Whether the PWA is an editor's choice

ratingnumber nullable

Overall rating of the PWA

ratingAbove5integer nullable

Number of 5-star ratings

ratingAbove4integer nullable

Number of 4-star ratings

ratingAbove3integer nullable

Number of 3-star ratings

ratingAbove2integer nullable

Number of 2-star ratings

ratingAbove1integer nullable

Number of 1-star ratings

reviewsCountinteger nullable

Total number of reviews

downloadCountinteger nullable

Total number of downloads

ageRatinginteger nullable

Age rating of the PWA

descriptionstring nullable

A detailed description of the app

versionstring nullable

Version of the app

releasedAtstring date-time nullable

Release timestamp of the app

androidVersionnumber nullable

Minimum required Android version

interactiveElementsstring nullable

Description of interactive elements

whatsNewstring nullable

Information about what's new in the app

categoryListstring[] nullable

List of categories associated with the PWA

safetyDescriptionstring nullable

Description of the app's safety information

dataTransferstring nullable

Types of data shared with third parties

dataCollectionstring nullable

Types of data collected by the app

dataEncryptionstring nullable

Details about data encryption

dataDeletionstring nullable

Details about data deletion policies

appSizestring nullable

Size of the app

commentsobject[] nullable

List of user comments for the app

userCommentstring nullable
updatedAppAtstring date-time nullable

Last updated timestamp of the app

logoAssetIdstring uuid nullable

Media Library asset id for the logo

backgroundAssetIdstring uuid nullable

Media Library asset id for the background

removeLogoboolean

Clear the logo (Media Library attach branch)

removeBackgroundboolean

Clear the background (Media Library attach branch)

Example request

{
  "ad": false,
  "age_rating": 18,
  "android_version": 7,
  "app_size": "251MB",
  "category_list": [
    "Productivity",
    "Entertainment"
  ],
  "comments": [
    {
      "author": "John Doe",
      "comment": "Great app",
      "date": "2021-10-01",
      "people_found_helpful": 10,
      "rating": 5
    }
  ],
  "data_collection": "This app may collect these data types",
  "data_deletion": "You can request that data be deleted",
  "data_encryption": "Data is encrypted in transit",
  "data_transfer": "This app may share these data types with third parties",
  "description": "A detailed description of the app",
  "developer": "Sample Developer",
  "download_count": 1000000,
  "editors_choice": true,
  "force_language": "en-GB",
  "interactive_elements": "Digital purchases",
  "purchase": true,
  "pwa_language": "English",
  "pwa_name": "Sample PWA",
  "rating": 4.5,
  "rating_above_1": 10,
  "rating_above_2": 20,
  "rating_above_3": 50,
  "rating_above_4": 200,
  "rating_above_5": 1000,
  "released_at": "2023-10-01T00:00:00Z",
  "reviews_count": 1300,
  "safety_description": "Safety starts with understanding how developers collect and share your data.",
  "store": "Google Play",
  "system_name": "Sample App",
  "tags_list": [
    "Productivity",
    "Tools"
  ],
  "updated_app_at": "2023-11-01T00:00:00Z",
  "user_comment": "Some user comments",
  "verified": true,
  "version": "1.0",
  "whats_new": "Fixed some bugs with opening app"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/pwa/update/{pwa_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.