Skip to main content
PATCH
/
app
/
apps
/
{app}
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {},
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app
string<uuid>
required

Body

application/json
name
string
Maximum string length: 120
description
string | null
Maximum string length: 2000
status
enum<string>
Available options:
active,
inactive
logo
file | null
shopify_app_id
string | null
Maximum string length: 255
shopify_partner_id
string | null
Maximum string length: 255
default_region
string
auto_deploy_target
enum<string> | null
Available options:
none,
staging,
production
auto_deploy_branch
string | null

Response

200 - application/json

Success

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026