SROAGE: Toggle Favorites

STORAGE: Toggle Favorites for File or Folder

post
Authorizations
Body
objectOptionalExample: {"file_uuids":["c7fc265f50b14144993ade87c3ca319a"]}
Responses
200

OK

application/json
Responseobject
post
/api/v1/quantum/storage/favorite
POST /api/v1/api/v1/quantum/storage/favorite HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 51

{
  "file_uuids": [
    "c7fc265f50b14144993ade87c3ca319a"
  ]
}
200

OK

{
  "success": true
}

Last updated

Was this helpful?