.. AUTO-GENERATED FILE. DO NOT EDIT. /playstore-manifests-patch-one ============================== Summary ------- - **Source repository:** ``jef-systems/jef-playstore-backend`` - **Source SHA:** ``8362d928bec76f064d50a2831fb756989c62c20d`` - **Source run id:** ``26309631528`` - **Lambda function:** ``jef-playstore-manifests-patch-one`` - **HTTP method:** ``PATCH`` - **API path:** ``/playstore-manifests-patch-one`` - **Endpoint URL:** ``https://eap7fngbzi.execute-api.ap-southeast-1.amazonaws.com/prod/playstore-manifests-patch-one`` - **Payload mode:** ``json-body`` Description ----------- - ``Function``: jef-playstore-manifests-patch-one - ``Module``: jef-playstore-manifests - ``Action``: patch-one - ``Method``: PATCH - ``Invocation Mode``: ASYNC - ``Resource Path``: /playstore-manifests-patch-one - ``Table``: jef-playstore-manifests - ``Primary Key``: manifest\_id API Gateway Response -------------------- - ``status\_code``: 202 - ``message``: Request accepted for asynchronous processing. Payload Example --------------- - ``manifest\_id``: 60378ef2-9613-4597-8227-8503692b3cdc - ``name``: Main Depot App - ``slug``: value-001 - ``version``: 1.0.0 - ``package\_name``: com.jef.jefplaystoremanifests001 - ``scheme``: jef-jef-playstore-manifests-001 - ``icon``: Sample text 001 - ``download\_url``: Sample text 001 - ``apk\_sha256``: dc3ce111856bc05195961c0ed2b2023e9811c3c229b19acdde68ff0adb667b69 - ``minimum\_supported\_version``: 1.0.0 - ``is\_active``: True - ``idempotency\_key``: value\_00 - ``created\_at``: 2026-05-22T20:04:32Z - ``updated\_at``: 2026-05-22T20:04:32Z - ``updated\_at\_humanized``: Sample text 001 Payload Schema -------------- .. code-block:: json { "root.type": "M", "root.required": "True", "root.attributes.manifest_id.type": "S", "root.attributes.manifest_id.required": "True", "root.attributes.manifest_id.format": "uuidv4", "root.attributes.manifest_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.name.type": "S", "root.attributes.name.required": "False", "root.attributes.name.regex": "^[A-Za-z0-9 .,'_-]{1,120}$", "root.attributes.slug.type": "S", "root.attributes.slug.required": "False", "root.attributes.slug.regex": "^[a-z0-9]+(?:-[a-z0-9]+)*$", "root.attributes.version.type": "S", "root.attributes.version.required": "False", "root.attributes.version.regex": "^[0-9]+[.][0-9]+[.][0-9]+$", "root.attributes.package_name.type": "S", "root.attributes.package_name.required": "False", "root.attributes.package_name.regex": "^[a-zA-Z][a-zA-Z0-9_]*(?:[.][a-zA-Z][a-zA-Z0-9_]*){1,}$", "root.attributes.scheme.type": "S", "root.attributes.scheme.required": "False", "root.attributes.scheme.regex": "^[a-z][a-z0-9+.-]{1,80}$", "root.attributes.icon.type": "S", "root.attributes.icon.required": "False", "root.attributes.icon.regex": "^.{0,500}$", "root.attributes.download_url.type": "S", "root.attributes.download_url.required": "False", "root.attributes.download_url.regex": "^.{0,1000}$", "root.attributes.apk_sha256.type": "S", "root.attributes.apk_sha256.required": "False", "root.attributes.apk_sha256.regex": "^[A-Fa-f0-9]{64}$", "root.attributes.minimum_supported_version.type": "S", "root.attributes.minimum_supported_version.required": "False", "root.attributes.minimum_supported_version.regex": "^[0-9]+[.][0-9]+[.][0-9]+$", "root.attributes.is_active.type": "BOOL", "root.attributes.is_active.required": "False", "root.attributes.is_active.regex": "^(true|false)$", "root.attributes.idempotency_key.type": "S", "root.attributes.idempotency_key.required": "False", "root.attributes.idempotency_key.regex": "^[A-Za-z0-9._:-]{1,160}$", "root.attributes.created_at.type": "S", "root.attributes.created_at.required": "False", "root.attributes.created_at.format": "iso8601", "root.attributes.created_at.regex": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$", "root.attributes.updated_at.type": "S", "root.attributes.updated_at.required": "False", "root.attributes.updated_at.format": "iso8601", "root.attributes.updated_at.regex": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$", "root.attributes.updated_at_humanized.type": "S", "root.attributes.updated_at_humanized.required": "False", "root.attributes.updated_at_humanized.regex": "^.{0,80}$" } Response Schema --------------- .. code-block:: json { "root.type": "M", "root.required": "True", "root.attributes.is_accepted.type": "BOOL", "root.attributes.is_accepted.required": "True", "root.attributes.message.type": "S", "root.attributes.message.required": "True", "root.attributes.request_id.type": "S", "root.attributes.request_id.required": "False" } Request Payload --------------- .. code-block:: json { "manifest_id": "60378ef2-9613-4597-8227-8503692b3cdc", "name": "Main Depot App", "slug": "value-001", "version": "1.0.0", "package_name": "com.jef.jefplaystoremanifests001", "scheme": "jef-jef-playstore-manifests-001", "icon": "Sample text 001", "download_url": "Sample text 001", "apk_sha256": "dc3ce111856bc05195961c0ed2b2023e9811c3c229b19acdde68ff0adb667b69", "minimum_supported_version": "1.0.0", "is_active": "True", "idempotency_key": "value_00", "created_at": "2026-05-22T20:04:32Z", "updated_at": "2026-05-22T20:04:32Z", "updated_at_humanized": "Sample text 001" } Response -------- .. code-block:: json { "root.type": "M", "root.required": "True", "root.attributes.is_accepted.type": "BOOL", "root.attributes.is_accepted.required": "True", "root.attributes.message.type": "S", "root.attributes.message.required": "True", "root.attributes.request_id.type": "S", "root.attributes.request_id.required": "False" } CMD curl -------- .. code-block:: bat curl -X PATCH "https://eap7fngbzi.execute-api.ap-southeast-1.amazonaws.com/prod/playstore-manifests-patch-one" -H "Content-Type: application/json" --data-raw "{\"manifest_id\": \"60378ef2-9613-4597-8227-8503692b3cdc\", \"name\": \"Main Depot App\", \"slug\": \"value-001\", \"version\": \"1.0.0\", \"package_name\": \"com.jef.jefplaystoremanifests001\", \"scheme\": \"jef-jef-playstore-manifests-001\", \"icon\": \"Sample text 001\", \"download_url\": \"Sample text 001\", \"apk_sha256\": \"dc3ce111856bc05195961c0ed2b2023e9811c3c229b19acdde68ff0adb667b69\", \"minimum_supported_version\": \"1.0.0\", \"is_active\": true, \"idempotency_key\": \"value_00\", \"created_at\": \"2026-05-22T20:04:32Z\", \"updated_at\": \"2026-05-22T20:04:32Z\", \"updated_at_humanized\": \"Sample text 001\"}" PowerShell curl --------------- .. code-block:: powershell curl.exe -X PATCH "https://eap7fngbzi.execute-api.ap-southeast-1.amazonaws.com/prod/playstore-manifests-patch-one" -H "Content-Type: application/json" --data-raw '{"manifest_id": "60378ef2-9613-4597-8227-8503692b3cdc", "name": "Main Depot App", "slug": "value-001", "version": "1.0.0", "package_name": "com.jef.jefplaystoremanifests001", "scheme": "jef-jef-playstore-manifests-001", "icon": "Sample text 001", "download_url": "Sample text 001", "apk_sha256": "dc3ce111856bc05195961c0ed2b2023e9811c3c229b19acdde68ff0adb667b69", "minimum_supported_version": "1.0.0", "is_active": true, "idempotency_key": "value_00", "created_at": "2026-05-22T20:04:32Z", "updated_at": "2026-05-22T20:04:32Z", "updated_at_humanized": "Sample text 001"}'