POST
/
api
/
v1
/
profile_tags
{
  "@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"
}

Body

The new ProfileTag resource

Response

201
application/ld+json

ProfileTag resource created