PATCH
/
api
/
v2
/
platform
/
digital_links
/
{id}
/
reset
curl --request PATCH \
  --url http://{defaultHost}/api/v2/platform/digital_links/{id}/reset \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "13",
    "type": "digital_link",
    "attributes": {
      "token": "NBDYF1WRkrnFJewp4PqjATdQ",
      "access_counter": 0
    },
    "relationships": {
      "digital": {
        "data": {
          "id": "13",
          "type": "digital"
        }
      },
      "line_item": {
        "data": {
          "id": "21",
          "type": "line_item"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json
Record updated
data
object
required