PATCH
/
v5
/
app
/
experiences
/
{id}
curl --request PATCH \
  --url https://{defaultHost}/v5/app/experiences/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {}
}'
{
  "id": "<string>",
  "created_at": 123,
  "name": "<string>",
  "company_id": "<string>",
  "product_ids": [
    "<string>"
  ],
  "app_id": "<string>",
  "app_icon_url": "<string>",
  "access_level": "<string>",
  "features": [
    "<string>"
  ],
  "metadata": {},
  "hub_url": "<string>"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

id
string
required

The ID of the Experience, which will look like exp_*************

Body

application/json

Response

200
application/json

A successful response

The response is of type object.