Update record file weight(s)
Path Parameters
- Type: integerrecord
Id requiredID of record
Body
required
application/json
- Type: array object[]
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for put/record/{recordId}/file-weight
curl https://test.boost.space/api/record/1/file-weight \
--request PUT \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '[
{
"id": 1,
"weight": 0
}
]'
{
"additionalProperty": 1
}