{
  "openapi": "3.1.0",
  "info": {
    "title": "Zoom Marketplace HAR Inferred API",
    "version": "1.0.0",
    "description": "Inferred from captured HAR requests. This document consolidates observed concrete URLs into templated endpoints and grouped CRUD-style operations."
  },
  "paths": {
    "/api/v1/apps/{appID}": {
      "get": {
        "tags": [
          "apps"
        ],
        "servers": [
          {
            "url": "https://marketplace.zoom.us"
          }
        ],
        "summary": "Get Marketplace app details",
        "description": "Fetches the full app record for a specific Marketplace app id, including credentials, feature flags, and publishing settings.",
        "operationId": "get_api_v1_apps__appID_",
        "parameters": [
          {
            "name": "appID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "example": "OF1JzZlrSr6nEQtxzzEyFg"
            }
          },
          {
            "name": "accept",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json, text/plain, */*"
            }
          },
          {
            "name": "referer",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us/develop/applications/OF1JzZlrSr6nEQtxzzEyFg/features/surface?mode=dev"
            }
          },
          {
            "name": "x-auth-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_AUTH_TOKEN>"
            }
          },
          {
            "name": "x-zm-csrf-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_CSRF_TOKEN>"
            }
          },
          {
            "name": "x-zm-mp-aid",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_MP_AID>"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Observed successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string",
                      "example": "OF1JzZlrSr6nEQtxzzEyFg"
                    },
                    "type": {
                      "type": "string",
                      "example": "Draft_General"
                    },
                    "displayName": {
                      "type": "string",
                      "example": "General app 34"
                    },
                    "status": {
                      "type": "string",
                      "example": "CREATED"
                    },
                    "everPublished": {
                      "type": "boolean",
                      "example": false
                    },
                    "publicDisabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "workIn": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "ZOOM_CHAT"
                      }
                    },
                    "workWith": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "ZOOM_MEETING"
                      }
                    },
                    "isLegacyCompatibility": {
                      "type": "boolean",
                      "example": false
                    },
                    "categories": {
                      "type": "array",
                      "items": {}
                    },
                    "pubUrlSharingStatus": {
                      "type": "integer",
                      "example": 0
                    },
                    "rejectReason": {
                      "type": "null",
                      "nullable": true
                    },
                    "pubUrlExpirationDate": {
                      "type": "integer",
                      "example": 253402214400000
                    },
                    "distExtTime": {
                      "type": "null",
                      "nullable": true
                    },
                    "pubUrlUsedCount": {
                      "type": "integer",
                      "example": 0
                    },
                    "limitInstallNum": {
                      "type": "null",
                      "nullable": true
                    },
                    "limitEventSubscriptionNum": {
                      "type": "integer",
                      "example": 20
                    },
                    "installed": {
                      "type": "boolean",
                      "example": false
                    },
                    "summary": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string",
                          "example": "OF1JzZlrSr6nEQtxzzEyFg"
                        },
                        "name": {
                          "type": "string",
                          "example": "OF1JzZlrSr6nEQtxzzEyFg"
                        },
                        "aliasName": {
                          "type": "null",
                          "nullable": true
                        },
                        "displayName": {
                          "type": "string",
                          "example": "General app 34"
                        },
                        "version": {
                          "type": "string",
                          "example": "1.0"
                        },
                        "icon": {
                          "type": "null",
                          "nullable": true
                        },
                        "darkModeIcon": {
                          "type": "null",
                          "nullable": true
                        },
                        "description": {
                          "type": "null",
                          "nullable": true
                        },
                        "type": {
                          "type": "string",
                          "example": "Draft_General"
                        },
                        "developerId": {
                          "type": "string",
                          "example": "pJ8ZGkAEQsSL7xyRiaZSVA"
                        },
                        "developerName": {
                          "type": "string",
                          "example": "Chun Siong Tan"
                        },
                        "accountId": {
                          "type": "string",
                          "example": "9sS_PB2yR827nmtssg9wgQ"
                        },
                        "status": {
                          "type": "string",
                          "example": "CREATED"
                        },
                        "verificationToken": {
                          "type": "string",
                          "example": "<VERIFICATION_TOKEN>"
                        },
                        "signingSecret": {
                          "type": "string",
                          "example": "<SIGNING_SECRET>"
                        },
                        "usage": {
                          "type": "string",
                          "example": "USER_OPERATION"
                        },
                        "appType": {
                          "type": "string",
                          "example": "INTEGRATION"
                        },
                        "scopes": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "zoomapp:inmeeting"
                          }
                        },
                        "unableDeleteScopes": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "user:read:zak"
                          }
                        },
                        "redirectUrls": {
                          "type": "array",
                          "items": {}
                        },
                        "ver": {
                          "type": "integer",
                          "example": 0
                        },
                        "optionalScopes": {
                          "type": "array",
                          "items": {}
                        },
                        "developerType": {
                          "type": "string",
                          "example": "THIRD_PARTY"
                        },
                        "companyName": {
                          "type": "null",
                          "nullable": true
                        },
                        "robotFlag": {
                          "type": "integer",
                          "example": 0
                        },
                        "zappType": {
                          "type": "integer",
                          "example": 0
                        },
                        "zappVersion": {
                          "type": "null",
                          "nullable": true
                        },
                        "appOption": {
                          "type": "integer",
                          "example": 140737757839360
                        },
                        "appOption1": {
                          "type": "integer",
                          "example": 0
                        },
                        "workIn": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "ZOOM_MEETING"
                          }
                        },
                        "legacy": {
                          "type": "integer",
                          "example": 0
                        },
                        "iconSequence": {
                          "type": "null",
                          "nullable": true
                        },
                        "darkIconSequence": {
                          "type": "null",
                          "nullable": true
                        },
                        "requiredFeatures": {
                          "type": "array",
                          "items": {}
                        },
                        "sourceCluster": {
                          "type": "string",
                          "example": "us01"
                        },
                        "createdTime": {
                          "type": "integer",
                          "example": 1774512900000
                        },
                        "modifiedTime": {
                          "type": "integer",
                          "example": 1774513059000
                        },
                        "homeUri": {
                          "type": "null",
                          "nullable": true
                        },
                        "intendToPublish": {
                          "type": "boolean",
                          "example": true
                        },
                        "preloadApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "inClientOauth": {
                          "type": "string",
                          "example": "<IN_CLIENT_OAUTH>"
                        },
                        "zappBasicMode": {
                          "type": "boolean",
                          "example": true
                        },
                        "zappBasicModeOption": {
                          "type": "object",
                          "properties": {
                            "zappAbilityTestBasicMode": {
                              "type": "boolean",
                              "example": true
                            }
                          }
                        },
                        "zappCollaborateMode": {
                          "type": "boolean",
                          "example": true
                        },
                        "zappCollaborateOption": {
                          "type": "object",
                          "properties": {
                            "screenSharing": {
                              "type": "boolean",
                              "example": true
                            },
                            "playTogether": {
                              "type": "boolean",
                              "example": false
                            },
                            "startImmediately": {
                              "type": "boolean",
                              "example": true
                            },
                            "joinImmediately": {
                              "type": "boolean",
                              "example": true
                            }
                          }
                        },
                        "zappPZR": {
                          "type": "boolean",
                          "example": false
                        },
                        "mobileOption": {
                          "type": "object",
                          "properties": {
                            "appleDeveloperProgramTeamId": {
                              "type": "null",
                              "nullable": true
                            },
                            "inAppPurchaseRestrictionsState": {
                              "type": "boolean",
                              "example": false
                            }
                          }
                        },
                        "playMusicBackground": {
                          "type": "boolean",
                          "example": false
                        },
                        "skipZappTos": {
                          "type": "boolean",
                          "example": false
                        },
                        "oauthEnabled": {
                          "type": "string",
                          "example": "<OAUTH_ENABLED>"
                        },
                        "videoSdk": {
                          "type": "boolean",
                          "example": false
                        },
                        "includeCollaborator": {
                          "type": "boolean",
                          "example": false
                        },
                        "appDeviceFeatures": {
                          "type": "array",
                          "items": {}
                        },
                        "featureBucketOption": {
                          "type": "integer",
                          "example": 29
                        },
                        "fcmToken": {
                          "type": "string",
                          "example": "<FCM_TOKEN>"
                        },
                        "ubfConversionStatus": {
                          "type": "integer",
                          "example": 0
                        },
                        "supportDS": {
                          "type": "boolean",
                          "example": false
                        },
                        "multiAuthSupported": {
                          "type": "string",
                          "example": "<MULTI_AUTH_SUPPORTED>"
                        },
                        "surfaceActionsSupported": {
                          "type": "boolean",
                          "example": false
                        },
                        "applicationMobileOption": {
                          "type": "object",
                          "properties": {
                            "appleDeveloperProgramTeamId": {
                              "type": "null",
                              "nullable": true
                            },
                            "inAppPurchaseRestrictionsState": {
                              "type": "boolean",
                              "example": false
                            }
                          }
                        },
                        "skipSdkApiCheck": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportTransferZoomRoom": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportZRC": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportSZR": {
                          "type": "boolean",
                          "example": false
                        },
                        "reviewRejected": {
                          "type": "boolean",
                          "example": false
                        },
                        "appShortcutMigrationRunning": {
                          "type": "boolean",
                          "example": false
                        },
                        "appShortcutsMigrated": {
                          "type": "boolean",
                          "example": false
                        },
                        "zappAbilityTestBasicMode": {
                          "type": "boolean",
                          "example": true
                        },
                        "accountLevelBotApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "deactivatedMarketApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "disableApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "unpublished": {
                          "type": "boolean",
                          "example": false
                        },
                        "generalApp": {
                          "type": "boolean",
                          "example": true
                        },
                        "compatibilityAppType": {
                          "type": "string",
                          "example": "ZOOM_APP"
                        },
                        "customizedActionsSupported": {
                          "type": "boolean",
                          "example": true
                        },
                        "oauthAppWithChatSubscription": {
                          "type": "string",
                          "example": "<OAUTH_APP_W...RIPTION>"
                        },
                        "buildByInternalServer": {
                          "type": "boolean",
                          "example": false
                        },
                        "userLevelBotApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "featureBucketsList": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "ZOOM_APP"
                          }
                        },
                        "enalePurchasePolicy": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportPZR": {
                          "type": "boolean",
                          "example": false
                        },
                        "worksWith": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "ZOOM_MEETING"
                          }
                        }
                      }
                    },
                    "credentials": {
                      "type": "object",
                      "properties": {
                        "ctyp": {
                          "type": "string",
                          "example": "oauth"
                        },
                        "privateClient": {
                          "type": "object",
                          "properties": {
                            "clientId": {
                              "type": "string",
                              "example": "KjJJzLe1SfSlARHOh2oeNA"
                            },
                            "clientSecret": {
                              "type": "string",
                              "example": "<CLIENT_SECRET>"
                            },
                            "redirectUri": {
                              "type": "null",
                              "nullable": true
                            },
                            "disabled": {
                              "type": "boolean",
                              "example": false
                            },
                            "distribution": {
                              "type": "integer",
                              "example": 0
                            },
                            "homeUri": {
                              "type": "string",
                              "example": ""
                            }
                          }
                        },
                        "publicClient": {
                          "type": "object",
                          "properties": {
                            "clientId": {
                              "type": "string",
                              "example": "Rqdnu8MGR5ipekq3c_Iw"
                            },
                            "clientSecret": {
                              "type": "string",
                              "example": "<CLIENT_SECRET>"
                            },
                            "redirectUri": {
                              "type": "null",
                              "nullable": true
                            },
                            "disabled": {
                              "type": "boolean",
                              "example": false
                            },
                            "distribution": {
                              "type": "integer",
                              "example": 0
                            },
                            "homeUri": {
                              "type": "null",
                              "nullable": true
                            }
                          }
                        },
                        "pkcePublicClient": {
                          "type": "null",
                          "nullable": true
                        },
                        "pkcePrivateClient": {
                          "type": "null",
                          "nullable": true
                        },
                        "scopes": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "zoomapp:inmeeting"
                          }
                        },
                        "optionalScopes": {
                          "type": "array",
                          "items": {}
                        },
                        "scopeNotes": {
                          "type": "object",
                          "properties": {}
                        },
                        "redirectUrls": {
                          "type": "array",
                          "items": {}
                        },
                        "whitelistStrictMode": {
                          "type": "boolean",
                          "example": false
                        },
                        "whitelistSubdomainStrictMode": {
                          "type": "boolean",
                          "example": false
                        },
                        "inRotation": {
                          "type": "null",
                          "nullable": true
                        },
                        "rotationDeadline": {
                          "type": "null",
                          "nullable": true
                        }
                      }
                    },
                    "details": {
                      "type": "object",
                      "properties": {
                        "applicationId": {
                          "type": "string",
                          "example": "OF1JzZlrSr6nEQtxzzEyFg"
                        },
                        "longDescription": {
                          "type": "null",
                          "nullable": true
                        },
                        "longDescriptionPrompt": {
                          "type": "string",
                          "example": "Please provi...ular\"). "
                        },
                        "contactName": {
                          "type": "null",
                          "nullable": true
                        },
                        "contactEmail": {
                          "type": "null",
                          "nullable": true
                        },
                        "contactPhone": {
                          "type": "null",
                          "nullable": true
                        },
                        "contactDetails": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "contactName": {
                                "type": "null",
                                "nullable": true
                              },
                              "contactEmail": {
                                "type": "null",
                                "nullable": true
                              },
                              "role": {
                                "type": "null",
                                "nullable": true
                              }
                            }
                          }
                        },
                        "installationLandingUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "privacyUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "privacyUrlCheckbox": {
                          "type": "null",
                          "nullable": true
                        },
                        "supportUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "supportEmail": {
                          "type": "null",
                          "nullable": true
                        },
                        "configUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "installType": {
                          "type": "string",
                          "example": "APP_DIRECTORY"
                        },
                        "directInstallUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "screenshots": {
                          "type": "array",
                          "items": {}
                        },
                        "deauthWebhookUrl": {
                          "type": "string",
                          "example": "<DEAUTH_WEBHOOK_URL>"
                        },
                        "docUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "tosUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "createdTime": {
                          "type": "integer",
                          "example": 1774512900000
                        },
                        "modifiedTime": {
                          "type": "integer",
                          "example": 1774513059000
                        },
                        "scopeDesc": {
                          "type": "null",
                          "nullable": true
                        }
                      }
                    },
                    "sharableUrl": {
                      "type": "null",
                      "nullable": true
                    },
                    "devPreviewUrl": {
                      "type": "string",
                      "example": "https://mark...txzzEyFg"
                    },
                    "previewUrl": {
                      "type": "null",
                      "nullable": true
                    },
                    "ext": {
                      "type": "null",
                      "nullable": true
                    },
                    "features": {
                      "type": "array",
                      "items": {}
                    },
                    "links": {
                      "type": "null",
                      "nullable": true
                    },
                    "meetingSDKLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "integer",
                            "example": 1
                          },
                          "title": {
                            "type": "string",
                            "example": "Android"
                          },
                          "link": {
                            "type": "string",
                            "example": "https://deve...android/"
                          }
                        }
                      }
                    },
                    "ccSDKLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "integer",
                            "example": 1
                          },
                          "title": {
                            "type": "string",
                            "example": "Android"
                          },
                          "link": {
                            "type": "string",
                            "example": "https://deve...android/"
                          }
                        }
                      }
                    },
                    "phoneSDKLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "integer",
                            "example": 1
                          },
                          "title": {
                            "type": "string",
                            "example": "Android"
                          },
                          "link": {
                            "type": "string",
                            "example": "https://deve...android/"
                          }
                        }
                      }
                    },
                    "deviceTestingConfigList": {
                      "type": "array",
                      "items": {}
                    },
                    "testDeviceIds": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "Android"
                      }
                    },
                    "cobrowseSDKDoc": {
                      "type": "null",
                      "nullable": true
                    },
                    "ipBlockingSupported": {
                      "type": "boolean",
                      "example": false
                    },
                    "zapp": {
                      "type": "boolean",
                      "example": true
                    },
                    "zoomRoomSetting": {
                      "type": "object",
                      "properties": {
                        "zoomRoomFeatureEnabled": {
                          "type": "boolean",
                          "example": false
                        },
                        "visibleFeatures": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string",
                                "example": "PZR"
                              },
                              "selected": {
                                "type": "boolean",
                                "example": false
                              }
                            }
                          }
                        }
                      }
                    },
                    "supportZoomAppFeature": {
                      "type": "boolean",
                      "example": true
                    },
                    "zoomAppFeature": {
                      "type": "object",
                      "properties": {
                        "showZoomAppFeature": {
                          "type": "boolean",
                          "example": true
                        },
                        "zoomAppFeatureEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "appPublishType": {
                      "type": "string",
                      "example": "PUBLISH_BY_ZOOM"
                    },
                    "appDiscoverType": {
                      "type": "string",
                      "example": "LISTED"
                    },
                    "lockDiscoverType": {
                      "type": "boolean",
                      "example": false
                    },
                    "shortCutFeature": {
                      "type": "object",
                      "properties": {
                        "showShortCutFeature": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "mobileSettingFeature": {
                      "type": "object",
                      "properties": {
                        "showMobileSettingFeature": {
                          "type": "boolean",
                          "example": true
                        },
                        "showMobileClientNotice": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "apis": {
                      "type": "array",
                      "items": {}
                    },
                    "pwaClientEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "pkceEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "enableDevPkceClient": {
                      "type": "boolean",
                      "example": false
                    },
                    "enableProdPkceClient": {
                      "type": "boolean",
                      "example": false
                    },
                    "devPublicKey": {
                      "type": "object",
                      "properties": {
                        "enabled": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "prodPublicKey": {
                      "type": "object",
                      "properties": {
                        "enabled": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "zappsDomainValiditionMap": {
                      "type": "null",
                      "nullable": true
                    },
                    "zappDomainAllowList": {
                      "type": "array",
                      "items": {}
                    },
                    "sdkDomainAllowList": {
                      "type": "null",
                      "nullable": true
                    },
                    "viewOnly": {
                      "type": "boolean",
                      "example": false
                    },
                    "tddEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "multipleDomainsEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "monetized": {
                      "type": "boolean",
                      "example": false
                    },
                    "threadedCommsEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "appBetaEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "embeddedTddEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "multiAuthEnabled": {
                      "type": "string",
                      "example": "<MULTI_AUTH_ENABLED>"
                    },
                    "ownerPublishAppEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "connectorModeMerged": {
                      "type": "boolean",
                      "example": true
                    },
                    "adminAppReviewEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "nativeApp": {
                      "type": "boolean",
                      "example": true
                    },
                    "defaultNum": {
                      "type": "integer",
                      "example": 20
                    },
                    "limitNumList": {
                      "type": "array",
                      "items": {
                        "type": "integer",
                        "example": 20
                      }
                    },
                    "wlStrSubdomainMoStgEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "enableStatus": {
                      "type": "string",
                      "example": "ENABLED"
                    },
                    "tokenOption": {
                      "type": "string",
                      "example": "<TOKEN_OPTION>"
                    },
                    "twoLeggedOauthApp": {
                      "type": "string",
                      "example": "<TWO_LEGGED_OAUTH_APP>"
                    },
                    "serverToServerOAuthApp": {
                      "type": "string",
                      "example": "<SERVER_TO_S...UTH_APP>"
                    },
                    "intendToPublish": {
                      "type": "boolean",
                      "example": true
                    },
                    "inClientOauth": {
                      "type": "string",
                      "example": "<IN_CLIENT_OAUTH>"
                    },
                    "zappBasicMode": {
                      "type": "boolean",
                      "example": true
                    },
                    "zappBasicModeOption": {
                      "type": "object",
                      "properties": {
                        "abilityTestForBasicMode": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "zappCollaborateMode": {
                      "type": "boolean",
                      "example": true
                    },
                    "zappCollaborateOption": {
                      "type": "object",
                      "properties": {
                        "screenSharing": {
                          "type": "boolean",
                          "example": true
                        },
                        "playTogether": {
                          "type": "boolean",
                          "example": false
                        },
                        "startImmediately": {
                          "type": "boolean",
                          "example": true
                        },
                        "joinImmediately": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "zappPZR": {
                      "type": "boolean",
                      "example": false
                    },
                    "mobileOption": {
                      "type": "object",
                      "properties": {
                        "appleDeveloperProgramTeamId": {
                          "type": "string",
                          "example": ""
                        },
                        "inAppPurchaseRestrictionsState": {
                          "type": "boolean",
                          "example": false
                        },
                        "mobileState": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "videoSdk": {
                      "type": "boolean",
                      "example": false
                    },
                    "apiCredentials": {
                      "type": "null",
                      "nullable": true
                    },
                    "categoryList": {
                      "type": "array",
                      "items": {}
                    },
                    "applicationCategoryFollowUps": {
                      "type": "null",
                      "nullable": true
                    },
                    "sdkAppType": {
                      "type": "null",
                      "nullable": true
                    },
                    "sdkOauthApp": {
                      "type": "string",
                      "example": "<SDK_OAUTH_APP>"
                    },
                    "canCollaboratorSubmit": {
                      "type": "boolean",
                      "example": false
                    },
                    "canSdkSubmit": {
                      "type": "boolean",
                      "example": false
                    },
                    "includeCollaborator": {
                      "type": "boolean",
                      "example": false
                    },
                    "deviceFeature": {
                      "type": "object",
                      "properties": {
                        "showDeviceOAuth": {
                          "type": "string",
                          "example": "<SHOW_DEVICE_OAUTH>"
                        },
                        "deviceFeatureEnable": {
                          "type": "boolean",
                          "example": false
                        },
                        "deviceNameList": {
                          "type": "array",
                          "items": {}
                        }
                      }
                    },
                    "requestAnonymousJoinException": {
                      "type": "boolean",
                      "example": false
                    },
                    "programmaticJoinBot": {
                      "type": "boolean",
                      "example": false
                    },
                    "supportChannelFeature": {
                      "type": "object",
                      "properties": {
                        "supportChannelState": {
                          "type": "boolean",
                          "example": false
                        },
                        "showSupportChannelFeature": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "isHomeTabEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "isChannelTabEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "reviewStage": {
                      "type": "null",
                      "nullable": true
                    },
                    "reviewCreatedDate": {
                      "type": "null",
                      "nullable": true
                    },
                    "reviewSubmittedBy": {
                      "type": "null",
                      "nullable": true
                    },
                    "reviewLastModifiedDate": {
                      "type": "null",
                      "nullable": true
                    },
                    "monetizationEnabledForApp": {
                      "type": "boolean",
                      "example": true
                    },
                    "openCustomHeader": {
                      "type": "boolean",
                      "example": true
                    },
                    "customHeaderPrefix": {
                      "type": "string",
                      "example": "x-"
                    },
                    "customHeaderParamLengthLimit": {
                      "type": "object",
                      "properties": {
                        "username": {
                          "type": "integer",
                          "example": 256
                        },
                        "password": {
                          "type": "string",
                          "example": "<PASSWORD>"
                        },
                        "clientId": {
                          "type": "integer",
                          "example": 256
                        },
                        "clientSecret": {
                          "type": "string",
                          "example": "<CLIENT_SECRET>"
                        },
                        "tokenUrl": {
                          "type": "string",
                          "example": "<TOKEN_URL>"
                        },
                        "customHeaderKey": {
                          "type": "integer",
                          "example": 256
                        },
                        "customHeaderValue": {
                          "type": "integer",
                          "example": 256
                        },
                        "scope": {
                          "type": "integer",
                          "example": 255
                        },
                        "state": {
                          "type": "integer",
                          "example": 255
                        }
                      }
                    },
                    "openChangeValidatesToNewField": {
                      "type": "boolean",
                      "example": true
                    },
                    "canSearchUserByPrefix": {
                      "type": "boolean",
                      "example": true
                    },
                    "openGranularScope": {
                      "type": "boolean",
                      "example": true
                    },
                    "scopeDesc": {
                      "type": "null",
                      "nullable": true
                    },
                    "scopeDescIsChange": {
                      "type": "boolean",
                      "example": true
                    },
                    "developmentUrlValidateNotRequired": {
                      "type": "boolean",
                      "example": true
                    },
                    "meetingSdkToggleEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "phoneSdkToggleEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "ccSdkToggleEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "ownTxfrSupported": {
                      "type": "boolean",
                      "example": true
                    },
                    "enableCollaborator": {
                      "type": "boolean",
                      "example": true
                    },
                    "canViewMetrics": {
                      "type": "boolean",
                      "example": true
                    },
                    "metricsPrivAid": {
                      "type": "string",
                      "example": "OF1JzZlrSr6nEQtxzzEyFg"
                    },
                    "metricsPubAid": {
                      "type": "null",
                      "nullable": true
                    },
                    "hasInstallations": {
                      "type": "boolean",
                      "example": false
                    },
                    "openTokenAuthentication": {
                      "type": "string",
                      "example": "<OPEN_TOKEN_...ICATION>"
                    },
                    "openBasicAuthentication": {
                      "type": "string",
                      "example": "<OPEN_BASIC_...ICATION>"
                    },
                    "openKeyValueAuthentication": {
                      "type": "string",
                      "example": "<OPEN_KEY_VA...ICATION>"
                    },
                    "openOptionalScope": {
                      "type": "boolean",
                      "example": true
                    },
                    "disableReactivateButton": {
                      "type": "boolean",
                      "example": false
                    },
                    "ubfConversionStatus": {
                      "type": "integer",
                      "example": 0
                    },
                    "eligibleForConversion": {
                      "type": "boolean",
                      "example": false
                    },
                    "wasUbfReverted": {
                      "type": "boolean",
                      "example": false
                    },
                    "coverImageEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "coverImage": {
                      "type": "null",
                      "nullable": true
                    },
                    "coverImageUploadId": {
                      "type": "null",
                      "nullable": true
                    },
                    "devAppConnectorExists": {
                      "type": "null",
                      "nullable": true
                    },
                    "prodAppConnectorExists": {
                      "type": "null",
                      "nullable": true
                    },
                    "prodAppNeedsAuthorizationFlow": {
                      "type": "string",
                      "example": "<PROD_APP_NE...ON_FLOW>"
                    },
                    "manifestEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "supportConvertionToGranularScope": {
                      "type": "boolean",
                      "example": false
                    },
                    "canSyncPublicDirectly": {
                      "type": "boolean",
                      "example": false
                    },
                    "appDeveloperBusinessInfo": {
                      "type": "null",
                      "nullable": true
                    },
                    "autoStart": {
                      "type": "boolean",
                      "example": false
                    },
                    "defaultAutoStart": {
                      "type": "boolean",
                      "example": false
                    },
                    "autoStartActivated": {
                      "type": "boolean",
                      "example": false
                    },
                    "supportedShortcutLocations": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "KNOWLEDGE_LIBRARY"
                      }
                    },
                    "supportBothActionLocations": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "VIRTUAL_AGENT"
                      }
                    },
                    "manageable": {
                      "type": "boolean",
                      "example": false
                    },
                    "embeddedTechnicalDetails": {
                      "type": "object",
                      "properties": {
                        "sectionList": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "section": {
                                "type": "string",
                                "example": "Application_Overview"
                              },
                              "sectionName": {
                                "type": "string",
                                "example": "Application Overview"
                              },
                              "questions": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "questionId": {
                                      "type": "string",
                                      "example": "Technology_Stack"
                                    },
                                    "questionText": {
                                      "type": "null",
                                      "nullable": true
                                    },
                                    "enableFileUpload": {
                                      "type": "boolean",
                                      "example": false
                                    },
                                    "answerType": {
                                      "type": "string",
                                      "example": "text"
                                    },
                                    "answerValidations": {
                                      "type": "object",
                                      "properties": {
                                        "maxLength": {
                                          "type": "integer",
                                          "example": 2000
                                        },
                                        "required": {
                                          "type": "boolean",
                                          "example": true
                                        }
                                      }
                                    },
                                    "appTypes": {
                                      "type": "array",
                                      "items": {
                                        "type": "string",
                                        "example": "*"
                                      }
                                    },
                                    "answerDetails": {
                                      "type": "null",
                                      "nullable": true
                                    },
                                    "followUpQuestions": {
                                      "type": "null",
                                      "nullable": true
                                    },
                                    "triggeringParentAnswer": {
                                      "type": "boolean",
                                      "example": false
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "isCollaborator": {
                      "type": "boolean",
                      "example": false
                    }
                  }
                }
              }
            }
          }
        },
        "x-codex-guess": "Fetches the full app record for a specific Marketplace app id, including credentials, feature flags, and publishing settings."
      },
      "patch": {
        "tags": [
          "apps"
        ],
        "servers": [
          {
            "url": "https://marketplace.zoom.us"
          }
        ],
        "summary": "Update Marketplace app settings",
        "description": "Updates Marketplace app configuration fields on an existing app draft.",
        "operationId": "patch_api_v1_apps__appID_",
        "parameters": [
          {
            "name": "appID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "example": "OF1JzZlrSr6nEQtxzzEyFg"
            }
          },
          {
            "name": "accept",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json, text/plain, */*"
            }
          },
          {
            "name": "content-type",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json"
            }
          },
          {
            "name": "origin",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us"
            }
          },
          {
            "name": "referer",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us/develop/applications/OF1JzZlrSr6nEQtxzzEyFg/features/surface?mode=dev"
            }
          },
          {
            "name": "x-auth-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_AUTH_TOKEN>"
            }
          },
          {
            "name": "x-zm-csrf-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_CSRF_TOKEN>"
            }
          },
          {
            "name": "x-zm-mp-aid",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_MP_AID>"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "phoneSdkToggleEnable": {
                    "type": "boolean",
                    "example": true
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Observed successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string",
                      "example": "OF1JzZlrSr6nEQtxzzEyFg"
                    },
                    "type": {
                      "type": "string",
                      "example": "Draft_General"
                    },
                    "displayName": {
                      "type": "string",
                      "example": "General app 34"
                    },
                    "status": {
                      "type": "string",
                      "example": "CREATED"
                    },
                    "everPublished": {
                      "type": "boolean",
                      "example": false
                    },
                    "publicDisabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "workIn": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "ZOOM_MEETING"
                      }
                    },
                    "workWith": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "example": "ZOOM_MEETING"
                      }
                    },
                    "isLegacyCompatibility": {
                      "type": "null",
                      "nullable": true
                    },
                    "categories": {
                      "type": "array",
                      "items": {}
                    },
                    "pubUrlSharingStatus": {
                      "type": "integer",
                      "example": 0
                    },
                    "rejectReason": {
                      "type": "null",
                      "nullable": true
                    },
                    "pubUrlExpirationDate": {
                      "type": "null",
                      "nullable": true
                    },
                    "distExtTime": {
                      "type": "null",
                      "nullable": true
                    },
                    "pubUrlUsedCount": {
                      "type": "null",
                      "nullable": true
                    },
                    "limitInstallNum": {
                      "type": "null",
                      "nullable": true
                    },
                    "limitEventSubscriptionNum": {
                      "type": "integer",
                      "example": 20
                    },
                    "installed": {
                      "type": "null",
                      "nullable": true
                    },
                    "summary": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string",
                          "example": "OF1JzZlrSr6nEQtxzzEyFg"
                        },
                        "name": {
                          "type": "string",
                          "example": "OF1JzZlrSr6nEQtxzzEyFg"
                        },
                        "aliasName": {
                          "type": "null",
                          "nullable": true
                        },
                        "displayName": {
                          "type": "string",
                          "example": "General app 34"
                        },
                        "version": {
                          "type": "string",
                          "example": "1.0"
                        },
                        "icon": {
                          "type": "null",
                          "nullable": true
                        },
                        "darkModeIcon": {
                          "type": "null",
                          "nullable": true
                        },
                        "description": {
                          "type": "null",
                          "nullable": true
                        },
                        "type": {
                          "type": "string",
                          "example": "Draft_General"
                        },
                        "developerId": {
                          "type": "string",
                          "example": "pJ8ZGkAEQsSL7xyRiaZSVA"
                        },
                        "developerName": {
                          "type": "null",
                          "nullable": true
                        },
                        "accountId": {
                          "type": "string",
                          "example": "9sS_PB2yR827nmtssg9wgQ"
                        },
                        "status": {
                          "type": "string",
                          "example": "CREATED"
                        },
                        "verificationToken": {
                          "type": "string",
                          "example": "<VERIFICATION_TOKEN>"
                        },
                        "signingSecret": {
                          "type": "string",
                          "example": "<SIGNING_SECRET>"
                        },
                        "usage": {
                          "type": "string",
                          "example": "USER_OPERATION"
                        },
                        "appType": {
                          "type": "string",
                          "example": "INTEGRATION"
                        },
                        "scopes": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "zoomapp:inmeeting"
                          }
                        },
                        "unableDeleteScopes": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "user:read:zak"
                          }
                        },
                        "redirectUrls": {
                          "type": "array",
                          "items": {}
                        },
                        "ver": {
                          "type": "integer",
                          "example": 0
                        },
                        "optionalScopes": {
                          "type": "array",
                          "items": {}
                        },
                        "developerType": {
                          "type": "string",
                          "example": "THIRD_PARTY"
                        },
                        "companyName": {
                          "type": "null",
                          "nullable": true
                        },
                        "robotFlag": {
                          "type": "integer",
                          "example": 0
                        },
                        "zappType": {
                          "type": "integer",
                          "example": 0
                        },
                        "zappVersion": {
                          "type": "null",
                          "nullable": true
                        },
                        "appOption": {
                          "type": "integer",
                          "example": 140737757839360
                        },
                        "appOption1": {
                          "type": "integer",
                          "example": 0
                        },
                        "workIn": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "ZOOM_MEETING"
                          }
                        },
                        "legacy": {
                          "type": "integer",
                          "example": 0
                        },
                        "iconSequence": {
                          "type": "null",
                          "nullable": true
                        },
                        "darkIconSequence": {
                          "type": "null",
                          "nullable": true
                        },
                        "requiredFeatures": {
                          "type": "array",
                          "items": {}
                        },
                        "sourceCluster": {
                          "type": "string",
                          "example": "us01"
                        },
                        "createdTime": {
                          "type": "integer",
                          "example": 1774512900000
                        },
                        "modifiedTime": {
                          "type": "integer",
                          "example": 1774513057000
                        },
                        "homeUri": {
                          "type": "null",
                          "nullable": true
                        },
                        "intendToPublish": {
                          "type": "boolean",
                          "example": false
                        },
                        "preloadApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "inClientOauth": {
                          "type": "string",
                          "example": "<IN_CLIENT_OAUTH>"
                        },
                        "zappBasicMode": {
                          "type": "boolean",
                          "example": true
                        },
                        "zappBasicModeOption": {
                          "type": "object",
                          "properties": {
                            "zappAbilityTestBasicMode": {
                              "type": "boolean",
                              "example": true
                            }
                          }
                        },
                        "zappCollaborateMode": {
                          "type": "boolean",
                          "example": true
                        },
                        "zappCollaborateOption": {
                          "type": "object",
                          "properties": {
                            "screenSharing": {
                              "type": "boolean",
                              "example": true
                            },
                            "playTogether": {
                              "type": "boolean",
                              "example": false
                            },
                            "startImmediately": {
                              "type": "boolean",
                              "example": true
                            },
                            "joinImmediately": {
                              "type": "boolean",
                              "example": true
                            }
                          }
                        },
                        "zappPZR": {
                          "type": "boolean",
                          "example": false
                        },
                        "mobileOption": {
                          "type": "object",
                          "properties": {
                            "appleDeveloperProgramTeamId": {
                              "type": "null",
                              "nullable": true
                            },
                            "inAppPurchaseRestrictionsState": {
                              "type": "boolean",
                              "example": false
                            }
                          }
                        },
                        "playMusicBackground": {
                          "type": "boolean",
                          "example": false
                        },
                        "skipZappTos": {
                          "type": "boolean",
                          "example": false
                        },
                        "oauthEnabled": {
                          "type": "string",
                          "example": "<OAUTH_ENABLED>"
                        },
                        "videoSdk": {
                          "type": "boolean",
                          "example": false
                        },
                        "includeCollaborator": {
                          "type": "boolean",
                          "example": false
                        },
                        "appDeviceFeatures": {
                          "type": "array",
                          "items": {}
                        },
                        "featureBucketOption": {
                          "type": "integer",
                          "example": 29
                        },
                        "fcmToken": {
                          "type": "string",
                          "example": "<FCM_TOKEN>"
                        },
                        "ubfConversionStatus": {
                          "type": "integer",
                          "example": 0
                        },
                        "featureBucketsList": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "ZOOM_APP"
                          }
                        },
                        "enalePurchasePolicy": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportPZR": {
                          "type": "boolean",
                          "example": false
                        },
                        "applicationMobileOption": {
                          "type": "object",
                          "properties": {
                            "appleDeveloperProgramTeamId": {
                              "type": "null",
                              "nullable": true
                            },
                            "inAppPurchaseRestrictionsState": {
                              "type": "boolean",
                              "example": false
                            }
                          }
                        },
                        "supportDS": {
                          "type": "boolean",
                          "example": false
                        },
                        "multiAuthSupported": {
                          "type": "string",
                          "example": "<MULTI_AUTH_SUPPORTED>"
                        },
                        "surfaceActionsSupported": {
                          "type": "boolean",
                          "example": false
                        },
                        "skipSdkApiCheck": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportTransferZoomRoom": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportZRC": {
                          "type": "boolean",
                          "example": false
                        },
                        "supportSZR": {
                          "type": "boolean",
                          "example": false
                        },
                        "reviewRejected": {
                          "type": "boolean",
                          "example": false
                        },
                        "appShortcutMigrationRunning": {
                          "type": "boolean",
                          "example": false
                        },
                        "appShortcutsMigrated": {
                          "type": "boolean",
                          "example": false
                        },
                        "zappAbilityTestBasicMode": {
                          "type": "boolean",
                          "example": true
                        },
                        "accountLevelBotApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "deactivatedMarketApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "disableApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "unpublished": {
                          "type": "boolean",
                          "example": false
                        },
                        "generalApp": {
                          "type": "boolean",
                          "example": true
                        },
                        "compatibilityAppType": {
                          "type": "string",
                          "example": "ZOOM_APP"
                        },
                        "customizedActionsSupported": {
                          "type": "boolean",
                          "example": true
                        },
                        "oauthAppWithChatSubscription": {
                          "type": "string",
                          "example": "<OAUTH_APP_W...RIPTION>"
                        },
                        "buildByInternalServer": {
                          "type": "boolean",
                          "example": false
                        },
                        "userLevelBotApp": {
                          "type": "boolean",
                          "example": false
                        },
                        "worksWith": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "ZOOM_MEETING"
                          }
                        }
                      }
                    },
                    "credentials": {
                      "type": "object",
                      "properties": {
                        "ctyp": {
                          "type": "string",
                          "example": "oauth"
                        },
                        "privateClient": {
                          "type": "object",
                          "properties": {
                            "clientId": {
                              "type": "string",
                              "example": "KjJJzLe1SfSlARHOh2oeNA"
                            },
                            "clientSecret": {
                              "type": "string",
                              "example": "<CLIENT_SECRET>"
                            },
                            "redirectUri": {
                              "type": "null",
                              "nullable": true
                            },
                            "disabled": {
                              "type": "boolean",
                              "example": false
                            },
                            "distribution": {
                              "type": "integer",
                              "example": 0
                            },
                            "homeUri": {
                              "type": "string",
                              "example": ""
                            }
                          }
                        },
                        "publicClient": {
                          "type": "object",
                          "properties": {
                            "clientId": {
                              "type": "string",
                              "example": "Rqdnu8MGR5ipekq3c_Iw"
                            },
                            "clientSecret": {
                              "type": "string",
                              "example": "<CLIENT_SECRET>"
                            },
                            "redirectUri": {
                              "type": "null",
                              "nullable": true
                            },
                            "disabled": {
                              "type": "boolean",
                              "example": false
                            },
                            "distribution": {
                              "type": "integer",
                              "example": 0
                            },
                            "homeUri": {
                              "type": "null",
                              "nullable": true
                            }
                          }
                        },
                        "pkcePublicClient": {
                          "type": "null",
                          "nullable": true
                        },
                        "pkcePrivateClient": {
                          "type": "null",
                          "nullable": true
                        },
                        "scopes": {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "example": "zoomapp:inmeeting"
                          }
                        },
                        "optionalScopes": {
                          "type": "null",
                          "nullable": true
                        },
                        "scopeNotes": {
                          "type": "object",
                          "properties": {}
                        },
                        "redirectUrls": {
                          "type": "array",
                          "items": {}
                        },
                        "whitelistStrictMode": {
                          "type": "boolean",
                          "example": false
                        },
                        "whitelistSubdomainStrictMode": {
                          "type": "boolean",
                          "example": false
                        },
                        "inRotation": {
                          "type": "null",
                          "nullable": true
                        },
                        "rotationDeadline": {
                          "type": "null",
                          "nullable": true
                        }
                      }
                    },
                    "details": {
                      "type": "object",
                      "properties": {
                        "applicationId": {
                          "type": "string",
                          "example": "OF1JzZlrSr6nEQtxzzEyFg"
                        },
                        "longDescription": {
                          "type": "null",
                          "nullable": true
                        },
                        "longDescriptionPrompt": {
                          "type": "string",
                          "example": "Please provi...ular\"). "
                        },
                        "contactName": {
                          "type": "null",
                          "nullable": true
                        },
                        "contactEmail": {
                          "type": "null",
                          "nullable": true
                        },
                        "contactPhone": {
                          "type": "null",
                          "nullable": true
                        },
                        "contactDetails": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "contactName": {
                                "type": "null",
                                "nullable": true
                              },
                              "contactEmail": {
                                "type": "null",
                                "nullable": true
                              },
                              "role": {
                                "type": "null",
                                "nullable": true
                              }
                            }
                          }
                        },
                        "installationLandingUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "privacyUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "privacyUrlCheckbox": {
                          "type": "null",
                          "nullable": true
                        },
                        "supportUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "supportEmail": {
                          "type": "null",
                          "nullable": true
                        },
                        "configUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "installType": {
                          "type": "string",
                          "example": "APP_DIRECTORY"
                        },
                        "directInstallUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "screenshots": {
                          "type": "array",
                          "items": {}
                        },
                        "deauthWebhookUrl": {
                          "type": "string",
                          "example": "<DEAUTH_WEBHOOK_URL>"
                        },
                        "docUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "tosUrl": {
                          "type": "null",
                          "nullable": true
                        },
                        "createdTime": {
                          "type": "integer",
                          "example": 1774512900000
                        },
                        "modifiedTime": {
                          "type": "integer",
                          "example": 1774513057000
                        },
                        "scopeDesc": {
                          "type": "null",
                          "nullable": true
                        }
                      }
                    },
                    "sharableUrl": {
                      "type": "null",
                      "nullable": true
                    },
                    "devPreviewUrl": {
                      "type": "null",
                      "nullable": true
                    },
                    "previewUrl": {
                      "type": "null",
                      "nullable": true
                    },
                    "ext": {
                      "type": "null",
                      "nullable": true
                    },
                    "features": {
                      "type": "null",
                      "nullable": true
                    },
                    "links": {
                      "type": "null",
                      "nullable": true
                    },
                    "meetingSDKLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "integer",
                            "example": 1
                          },
                          "title": {
                            "type": "string",
                            "example": "Android"
                          },
                          "link": {
                            "type": "string",
                            "example": "https://deve...android/"
                          }
                        }
                      }
                    },
                    "ccSDKLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "integer",
                            "example": 1
                          },
                          "title": {
                            "type": "string",
                            "example": "Android"
                          },
                          "link": {
                            "type": "string",
                            "example": "https://deve...android/"
                          }
                        }
                      }
                    },
                    "phoneSDKLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "integer",
                            "example": 1
                          },
                          "title": {
                            "type": "string",
                            "example": "Android"
                          },
                          "link": {
                            "type": "string",
                            "example": "https://deve...android/"
                          }
                        }
                      }
                    },
                    "deviceTestingConfigList": {
                      "type": "null",
                      "nullable": true
                    },
                    "testDeviceIds": {
                      "type": "null",
                      "nullable": true
                    },
                    "cobrowseSDKDoc": {
                      "type": "null",
                      "nullable": true
                    },
                    "ipBlockingSupported": {
                      "type": "boolean",
                      "example": false
                    },
                    "zapp": {
                      "type": "boolean",
                      "example": true
                    },
                    "zoomRoomSetting": {
                      "type": "object",
                      "properties": {
                        "zoomRoomFeatureEnabled": {
                          "type": "boolean",
                          "example": false
                        },
                        "visibleFeatures": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string",
                                "example": "PZR"
                              },
                              "selected": {
                                "type": "boolean",
                                "example": false
                              }
                            }
                          }
                        }
                      }
                    },
                    "supportZoomAppFeature": {
                      "type": "boolean",
                      "example": true
                    },
                    "zoomAppFeature": {
                      "type": "object",
                      "properties": {
                        "showZoomAppFeature": {
                          "type": "boolean",
                          "example": true
                        },
                        "zoomAppFeatureEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "appPublishType": {
                      "type": "string",
                      "example": "PUBLISH_BY_ZOOM"
                    },
                    "appDiscoverType": {
                      "type": "string",
                      "example": "LISTED"
                    },
                    "lockDiscoverType": {
                      "type": "boolean",
                      "example": false
                    },
                    "shortCutFeature": {
                      "type": "object",
                      "properties": {
                        "showShortCutFeature": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "mobileSettingFeature": {
                      "type": "object",
                      "properties": {
                        "showMobileSettingFeature": {
                          "type": "boolean",
                          "example": true
                        },
                        "showMobileClientNotice": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "apis": {
                      "type": "array",
                      "items": {}
                    },
                    "pwaClientEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "pkceEnabled": {
                      "type": "null",
                      "nullable": true
                    },
                    "enableDevPkceClient": {
                      "type": "null",
                      "nullable": true
                    },
                    "enableProdPkceClient": {
                      "type": "null",
                      "nullable": true
                    },
                    "devPublicKey": {
                      "type": "object",
                      "properties": {
                        "enabled": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "prodPublicKey": {
                      "type": "object",
                      "properties": {
                        "enabled": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "zappsDomainValiditionMap": {
                      "type": "null",
                      "nullable": true
                    },
                    "zappDomainAllowList": {
                      "type": "array",
                      "items": {}
                    },
                    "sdkDomainAllowList": {
                      "type": "null",
                      "nullable": true
                    },
                    "viewOnly": {
                      "type": "boolean",
                      "example": false
                    },
                    "tddEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "multipleDomainsEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "monetized": {
                      "type": "boolean",
                      "example": false
                    },
                    "threadedCommsEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "appBetaEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "embeddedTddEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "multiAuthEnabled": {
                      "type": "string",
                      "example": "<MULTI_AUTH_ENABLED>"
                    },
                    "ownerPublishAppEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "connectorModeMerged": {
                      "type": "boolean",
                      "example": false
                    },
                    "adminAppReviewEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "nativeApp": {
                      "type": "boolean",
                      "example": false
                    },
                    "defaultNum": {
                      "type": "integer",
                      "example": 20
                    },
                    "limitNumList": {
                      "type": "array",
                      "items": {
                        "type": "integer",
                        "example": 20
                      }
                    },
                    "wlStrSubdomainMoStgEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "enableStatus": {
                      "type": "null",
                      "nullable": true
                    },
                    "tokenOption": {
                      "type": "string",
                      "example": "<TOKEN_OPTION>"
                    },
                    "twoLeggedOauthApp": {
                      "type": "string",
                      "example": "<TWO_LEGGED_OAUTH_APP>"
                    },
                    "serverToServerOAuthApp": {
                      "type": "string",
                      "example": "<SERVER_TO_S...UTH_APP>"
                    },
                    "intendToPublish": {
                      "type": "boolean",
                      "example": false
                    },
                    "inClientOauth": {
                      "type": "string",
                      "example": "<IN_CLIENT_OAUTH>"
                    },
                    "zappBasicMode": {
                      "type": "boolean",
                      "example": true
                    },
                    "zappBasicModeOption": {
                      "type": "object",
                      "properties": {
                        "abilityTestForBasicMode": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "zappCollaborateMode": {
                      "type": "boolean",
                      "example": true
                    },
                    "zappCollaborateOption": {
                      "type": "object",
                      "properties": {
                        "screenSharing": {
                          "type": "boolean",
                          "example": true
                        },
                        "playTogether": {
                          "type": "boolean",
                          "example": false
                        },
                        "startImmediately": {
                          "type": "boolean",
                          "example": true
                        },
                        "joinImmediately": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "zappPZR": {
                      "type": "boolean",
                      "example": false
                    },
                    "mobileOption": {
                      "type": "object",
                      "properties": {
                        "appleDeveloperProgramTeamId": {
                          "type": "string",
                          "example": ""
                        },
                        "inAppPurchaseRestrictionsState": {
                          "type": "boolean",
                          "example": false
                        },
                        "mobileState": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "videoSdk": {
                      "type": "boolean",
                      "example": false
                    },
                    "apiCredentials": {
                      "type": "null",
                      "nullable": true
                    },
                    "categoryList": {
                      "type": "array",
                      "items": {}
                    },
                    "applicationCategoryFollowUps": {
                      "type": "null",
                      "nullable": true
                    },
                    "sdkAppType": {
                      "type": "null",
                      "nullable": true
                    },
                    "sdkOauthApp": {
                      "type": "string",
                      "example": "<SDK_OAUTH_APP>"
                    },
                    "canCollaboratorSubmit": {
                      "type": "boolean",
                      "example": false
                    },
                    "canSdkSubmit": {
                      "type": "boolean",
                      "example": false
                    },
                    "includeCollaborator": {
                      "type": "boolean",
                      "example": false
                    },
                    "deviceFeature": {
                      "type": "object",
                      "properties": {
                        "showDeviceOAuth": {
                          "type": "string",
                          "example": "<SHOW_DEVICE_OAUTH>"
                        },
                        "deviceFeatureEnable": {
                          "type": "boolean",
                          "example": false
                        },
                        "deviceNameList": {
                          "type": "array",
                          "items": {}
                        }
                      }
                    },
                    "requestAnonymousJoinException": {
                      "type": "boolean",
                      "example": false
                    },
                    "programmaticJoinBot": {
                      "type": "boolean",
                      "example": false
                    },
                    "supportChannelFeature": {
                      "type": "object",
                      "properties": {
                        "supportChannelState": {
                          "type": "boolean",
                          "example": false
                        },
                        "showSupportChannelFeature": {
                          "type": "boolean",
                          "example": false
                        }
                      }
                    },
                    "isHomeTabEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "isChannelTabEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "reviewStage": {
                      "type": "null",
                      "nullable": true
                    },
                    "reviewCreatedDate": {
                      "type": "null",
                      "nullable": true
                    },
                    "reviewSubmittedBy": {
                      "type": "null",
                      "nullable": true
                    },
                    "reviewLastModifiedDate": {
                      "type": "null",
                      "nullable": true
                    },
                    "monetizationEnabledForApp": {
                      "type": "boolean",
                      "example": false
                    },
                    "openCustomHeader": {
                      "type": "boolean",
                      "example": true
                    },
                    "customHeaderPrefix": {
                      "type": "string",
                      "example": "x-"
                    },
                    "customHeaderParamLengthLimit": {
                      "type": "object",
                      "properties": {
                        "username": {
                          "type": "integer",
                          "example": 256
                        },
                        "password": {
                          "type": "string",
                          "example": "<PASSWORD>"
                        },
                        "clientId": {
                          "type": "integer",
                          "example": 256
                        },
                        "clientSecret": {
                          "type": "string",
                          "example": "<CLIENT_SECRET>"
                        },
                        "tokenUrl": {
                          "type": "string",
                          "example": "<TOKEN_URL>"
                        },
                        "customHeaderKey": {
                          "type": "integer",
                          "example": 256
                        },
                        "customHeaderValue": {
                          "type": "integer",
                          "example": 256
                        },
                        "scope": {
                          "type": "integer",
                          "example": 255
                        },
                        "state": {
                          "type": "integer",
                          "example": 255
                        }
                      }
                    },
                    "openChangeValidatesToNewField": {
                      "type": "boolean",
                      "example": true
                    },
                    "canSearchUserByPrefix": {
                      "type": "boolean",
                      "example": true
                    },
                    "openGranularScope": {
                      "type": "boolean",
                      "example": true
                    },
                    "scopeDesc": {
                      "type": "null",
                      "nullable": true
                    },
                    "scopeDescIsChange": {
                      "type": "boolean",
                      "example": true
                    },
                    "developmentUrlValidateNotRequired": {
                      "type": "boolean",
                      "example": true
                    },
                    "meetingSdkToggleEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "phoneSdkToggleEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "ccSdkToggleEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "ownTxfrSupported": {
                      "type": "boolean",
                      "example": false
                    },
                    "enableCollaborator": {
                      "type": "boolean",
                      "example": false
                    },
                    "canViewMetrics": {
                      "type": "boolean",
                      "example": false
                    },
                    "metricsPrivAid": {
                      "type": "null",
                      "nullable": true
                    },
                    "metricsPubAid": {
                      "type": "null",
                      "nullable": true
                    },
                    "hasInstallations": {
                      "type": "null",
                      "nullable": true
                    },
                    "openTokenAuthentication": {
                      "type": "string",
                      "example": "<OPEN_TOKEN_...ICATION>"
                    },
                    "openBasicAuthentication": {
                      "type": "string",
                      "example": "<OPEN_BASIC_...ICATION>"
                    },
                    "openKeyValueAuthentication": {
                      "type": "string",
                      "example": "<OPEN_KEY_VA...ICATION>"
                    },
                    "openOptionalScope": {
                      "type": "boolean",
                      "example": true
                    },
                    "disableReactivateButton": {
                      "type": "boolean",
                      "example": false
                    },
                    "ubfConversionStatus": {
                      "type": "integer",
                      "example": 0
                    },
                    "eligibleForConversion": {
                      "type": "boolean",
                      "example": false
                    },
                    "wasUbfReverted": {
                      "type": "boolean",
                      "example": false
                    },
                    "coverImageEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "coverImage": {
                      "type": "null",
                      "nullable": true
                    },
                    "coverImageUploadId": {
                      "type": "null",
                      "nullable": true
                    },
                    "devAppConnectorExists": {
                      "type": "null",
                      "nullable": true
                    },
                    "prodAppConnectorExists": {
                      "type": "null",
                      "nullable": true
                    },
                    "prodAppNeedsAuthorizationFlow": {
                      "type": "string",
                      "example": "<PROD_APP_NE...ON_FLOW>"
                    },
                    "manifestEnabled": {
                      "type": "boolean",
                      "example": false
                    },
                    "supportConvertionToGranularScope": {
                      "type": "boolean",
                      "example": false
                    },
                    "canSyncPublicDirectly": {
                      "type": "boolean",
                      "example": false
                    },
                    "appDeveloperBusinessInfo": {
                      "type": "null",
                      "nullable": true
                    },
                    "autoStart": {
                      "type": "boolean",
                      "example": false
                    },
                    "defaultAutoStart": {
                      "type": "boolean",
                      "example": false
                    },
                    "autoStartActivated": {
                      "type": "boolean",
                      "example": false
                    },
                    "supportedShortcutLocations": {
                      "type": "null",
                      "nullable": true
                    },
                    "supportBothActionLocations": {
                      "type": "null",
                      "nullable": true
                    },
                    "manageable": {
                      "type": "boolean",
                      "example": false
                    },
                    "embeddedTechnicalDetails": {
                      "type": "object",
                      "properties": {
                        "sectionList": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "section": {
                                "type": "string",
                                "example": "Application_Overview"
                              },
                              "sectionName": {
                                "type": "string",
                                "example": "Application Overview"
                              },
                              "questions": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "questionId": {
                                      "type": "string",
                                      "example": "Technology_Stack"
                                    },
                                    "questionText": {
                                      "type": "null",
                                      "nullable": true
                                    },
                                    "enableFileUpload": {
                                      "type": "boolean",
                                      "example": false
                                    },
                                    "answerType": {
                                      "type": "string",
                                      "example": "text"
                                    },
                                    "answerValidations": {
                                      "type": "object",
                                      "properties": {
                                        "maxLength": {
                                          "type": "integer",
                                          "example": 2000
                                        },
                                        "required": {
                                          "type": "boolean",
                                          "example": true
                                        }
                                      }
                                    },
                                    "appTypes": {
                                      "type": "array",
                                      "items": {
                                        "type": "string",
                                        "example": "*"
                                      }
                                    },
                                    "answerDetails": {
                                      "type": "null",
                                      "nullable": true
                                    },
                                    "followUpQuestions": {
                                      "type": "null",
                                      "nullable": true
                                    },
                                    "triggeringParentAnswer": {
                                      "type": "boolean",
                                      "example": false
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "isCollaborator": {
                      "type": "boolean",
                      "example": false
                    }
                  }
                }
              }
            }
          }
        },
        "x-codex-guess": "Updates Marketplace app configuration fields on an existing app draft."
      }
    },
    "/api/v1/apps/{appID}/metadata": {
      "get": {
        "tags": [
          "apps / metadata"
        ],
        "servers": [
          {
            "url": "https://marketplace.zoom.us"
          }
        ],
        "summary": "Get Marketplace app metadata",
        "description": "Fetches the editable metadata document for the selected Marketplace app draft.",
        "operationId": "get_api_v1_apps__appID__metadata",
        "parameters": [
          {
            "name": "appID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "example": "OF1JzZlrSr6nEQtxzzEyFg"
            }
          },
          {
            "name": "accept",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json, text/plain, */*"
            }
          },
          {
            "name": "referer",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us/develop/applications/OF1JzZlrSr6nEQtxzzEyFg/features/surface?mode=dev"
            }
          },
          {
            "name": "x-auth-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_AUTH_TOKEN>"
            }
          },
          {
            "name": "x-zm-csrf-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_CSRF_TOKEN>"
            }
          },
          {
            "name": "x-zm-mp-aid",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_MP_AID>"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Observed successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "scopes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string",
                            "example": "Enable Chatb... Channel"
                          },
                          "id": {
                            "type": "string",
                            "example": "app:channel_...nt:write"
                          },
                          "idNo": {
                            "type": "integer",
                            "example": 391
                          },
                          "type": {
                            "type": "string",
                            "example": "Team Chat"
                          },
                          "deprecated": {
                            "type": "boolean",
                            "example": false
                          },
                          "mustMandatoryInBF": {
                            "type": "boolean",
                            "example": false
                          },
                          "level": {
                            "type": "string",
                            "example": "user"
                          },
                          "granular": {
                            "type": "boolean",
                            "example": false
                          },
                          "permissions": {
                            "type": "array",
                            "items": {}
                          },
                          "secondLevelScope": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string",
                                "example": "Enable Chatb... Channel"
                              },
                              "id": {
                                "type": "string",
                                "example": "app:channel_...nt:write"
                              },
                              "idNo": {
                                "type": "integer",
                                "example": 391
                              }
                            }
                          }
                        }
                      }
                    },
                    "timeToApproval": {
                      "type": "integer",
                      "example": 7
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "isSubscriptionAllowed": {
                            "type": "boolean",
                            "example": true
                          },
                          "event": {
                            "type": "string",
                            "example": "1"
                          },
                          "level": {
                            "type": "string",
                            "example": "All"
                          },
                          "name": {
                            "type": "string",
                            "example": "Start Meetin...te host)"
                          },
                          "neededScopes": {
                            "type": "array",
                            "items": {
                              "type": "string",
                              "example": "meeting:read"
                            }
                          },
                          "scopeDesc": {
                            "type": "string",
                            "example": "Required Mee...e Scopes"
                          },
                          "type": {
                            "type": "string",
                            "example": "V1"
                          },
                          "masterScope": {
                            "type": "string",
                            "example": "meeting:master"
                          },
                          "granularMasterScopes": {
                            "type": "array",
                            "items": {}
                          },
                          "granularNeededScopes": {
                            "type": "array",
                            "items": {}
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-codex-guess": "Fetches the editable metadata document for the selected Marketplace app draft."
      }
    },
    "/api/v1/apps/{appID}/publishable-sync-status": {
      "get": {
        "tags": [
          "apps / publishable sync status"
        ],
        "servers": [
          {
            "url": "https://marketplace.zoom.us"
          }
        ],
        "summary": "Get app publish readiness status",
        "description": "Fetches validation and sync status used by the UI to determine whether the app is in a publishable state.",
        "operationId": "get_api_v1_apps__appID__publishable_sync_status",
        "parameters": [
          {
            "name": "appID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "example": "OF1JzZlrSr6nEQtxzzEyFg"
            }
          },
          {
            "name": "accept",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json, text/plain, */*"
            }
          },
          {
            "name": "referer",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us/develop/applications/OF1JzZlrSr6nEQtxzzEyFg/features/surface?mode=dev"
            }
          },
          {
            "name": "x-auth-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_AUTH_TOKEN>"
            }
          },
          {
            "name": "x-zm-csrf-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_CSRF_TOKEN>"
            }
          },
          {
            "name": "x-zm-mp-aid",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_MP_AID>"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Observed successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "needSyncPublishable": {
                      "type": "boolean",
                      "example": false
                    }
                  }
                }
              }
            }
          }
        },
        "x-codex-guess": "Fetches validation and sync status used by the UI to determine whether the app is in a publishable state."
      }
    },
    "/api/v1/apps/{appID}/pwa-client-setting": {
      "patch": {
        "tags": [
          "apps / pwa client setting"
        ],
        "servers": [
          {
            "url": "https://marketplace.zoom.us"
          }
        ],
        "summary": "Update apps / pwa client setting",
        "description": "PATCH /api/v1/apps/OF1JzZlrSr6nEQtxzzEyFg/pwa-client-setting on marketplace.zoom.us. Observed response fields include: code, message, data, success.",
        "operationId": "patch_api_v1_apps__appID__pwa_client_setting",
        "parameters": [
          {
            "name": "appID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "example": "OF1JzZlrSr6nEQtxzzEyFg"
            }
          },
          {
            "name": "accept",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json, text/plain, */*"
            }
          },
          {
            "name": "content-type",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json"
            }
          },
          {
            "name": "origin",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us"
            }
          },
          {
            "name": "referer",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us/develop/applications/OF1JzZlrSr6nEQtxzzEyFg/features/surface?mode=dev"
            }
          },
          {
            "name": "x-auth-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_AUTH_TOKEN>"
            }
          },
          {
            "name": "x-zm-csrf-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_CSRF_TOKEN>"
            }
          },
          {
            "name": "x-zm-mp-aid",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_MP_AID>"
            }
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "pwaClientEnabled": {
                    "type": "boolean",
                    "example": true
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Observed successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "example": 0
                    },
                    "message": {
                      "type": "null",
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "pwaClientEnabled": {
                          "type": "boolean",
                          "example": true
                        }
                      }
                    },
                    "success": {
                      "type": "boolean",
                      "example": true
                    }
                  }
                }
              }
            }
          }
        },
        "x-codex-guess": "PATCH /api/v1/apps/OF1JzZlrSr6nEQtxzzEyFg/pwa-client-setting on marketplace.zoom.us. Observed response fields include: code, message, data, success."
      }
    },
    "/api/v1/apps/{appID}/sdk": {
      "get": {
        "tags": [
          "apps / SDK"
        ],
        "servers": [
          {
            "url": "https://marketplace.zoom.us"
          }
        ],
        "summary": "Get app SDK settings",
        "description": "Fetches SDK-specific configuration and capability flags for the selected app.",
        "operationId": "get_api_v1_apps__appID__sdk",
        "parameters": [
          {
            "name": "appID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "example": "OF1JzZlrSr6nEQtxzzEyFg"
            }
          },
          {
            "name": "title",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string",
              "example": "Android"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "integer",
              "example": 1
            }
          },
          {
            "name": "featureBucket",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string",
              "example": "MEETING_SDK"
            }
          },
          {
            "name": "accept",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "application/json, text/plain, */*"
            }
          },
          {
            "name": "referer",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string",
              "example": "https://marketplace.zoom.us/develop/applications/OF1JzZlrSr6nEQtxzzEyFg/features/sdk?mode=dev"
            }
          },
          {
            "name": "x-auth-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_AUTH_TOKEN>"
            }
          },
          {
            "name": "x-zm-csrf-token",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_CSRF_TOKEN>"
            }
          },
          {
            "name": "x-zm-mp-aid",
            "in": "header",
            "required": true,
            "schema": {
              "type": "string",
              "example": "<X_ZM_MP_AID>"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Observed successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "downloadLink": {
                        "type": "string",
                        "example": "https://mark....2.0.zip"
                      },
                      "fileUploadId": {
                        "type": "null",
                        "nullable": true
                      },
                      "releaseNote": {
                        "type": "string",
                        "example": "https://deve...d/5.2.0/"
                      },
                      "version": {
                        "type": "string",
                        "example": "v5.2.0"
                      },
                      "latest": {
                        "type": "boolean",
                        "example": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-codex-guess": "Fetches SDK-specific configuration and capability flags for the selected app."
      }
    }
  }
}