Connect a label to a record

Path Parameters
  • recordId
    Type: integer
    required

    Record ID

  • labelId
    Type: integer
    required

    Label id

Responses
  • text/plain
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/record/{recordId}/label/{labelId}
curl https://test.boost.space/api/record/1/label/1 \
  --request POST \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body