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

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 created

@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>