PATCH
/
api
/
v1
/
metadata
curl --request PATCH \
  --url https://app.pnta.io/api/v1/metadata \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {}
}'

Query Parameters

project_id
string
required

Project ID

identifier
string
required

Device identifier

Body

application/json

Device metadata

The body is of type object.

Response

200

success