PATCH
/
api
/
v1
/
profile_tags
/
{id}
{
  "@id": "<string>",
  "@type": "<string>",
  "@context": "<string>",
  "id": 123,
  "tag": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>"
  },
  "profileExternal": "https://example.com/",
  "user": "https://example.com/",
  "createdAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

ProfileTag identifier

Body

application/merge-patch+json

The updated ProfileTag resource

Response

200
application/ld+json

ProfileTag resource updated