Connect a label

Path Parameters
  • fileId
    Type: integer
    required

    ID of business order

  • labelId
    Type: integer
    required

    Label id

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