PUT /admin/api/{api_version}/mobile_platform_applications/{mobile_platform_application_id}.json

Update a mobile platform application

Servers

Path parameters

Name Type Required Description
mobile_platform_application_id String Yes
api_version String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

x-shopify-access-token String No

Request body fields

Name Type Required Description
mobile_platform_application Object No
mobile_platform_application.id Number No
mobile_platform_application.enabled_app_clips Boolean No
mobile_platform_application.enabled_shared_webcredentials Boolean No
mobile_platform_application.platform String No
mobile_platform_application.app_clip_application_id No
mobile_platform_application.application_id String No
mobile_platform_application.created_at String No
mobile_platform_application.sha256_cert_fingerprints[] Array No
mobile_platform_application.enabled_universal_or_app_links Boolean No
mobile_platform_application.updated_at String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.