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

tag
string<iri-reference>
Example:

"https://example.com/"

profileExternal
string<iri-reference> | null
Example:

"https://example.com/"

user
string<iri-reference> | null
Example:

"https://example.com/"

Response

ProfileTag resource updated

@id
string
@type
string
@context
id
integer
tag
object
profileExternal
string<iri-reference> | null
Example:

"https://example.com/"

user
string<iri-reference> | null
Example:

"https://example.com/"

createdAt
string<date-time>