Skip to main content
PUT
/
api
/
pricing
/
export
/
templates
/
{key}
Update Export Template
curl --request PUT \
  --url https://api.merchantops.ai/api/pricing/export/templates/{key} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Headers

authorization
string | null
X-Organization-ID
string | null

Path Parameters

key
string
required

Cookies

stytch_session
string | null

Body

application/json

The body is of type Body · object.

Response

Successful Response