Skip to main content
POST
/
v1
/
people
/
{id}
/
tags
Attach tags to a person
curl --request POST \
  --url https://thanos.notealy.com/v1/people/{id}/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tagIds": [
    "<string>"
  ]
}
'
{
  "statusCode": 400,
  "message": "Validation failed",
  "error": "Bad Request"
}

Documentation Index

Fetch the complete documentation index at: https://docs.notealy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
tagIds
string[]

Response

List of newly attached tag ids and the refreshed person