Files

Set Group Gallery File Order

PUT
/files/order

Set the order of the files in a group gallery

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/files/order" \  -H "Content-Type: application/json" \  -d '{    "galleryId": "ggal_a03a4b55-4ca6-4490-9519-40ba6351a233",    "ids": [      "file_ce35d830-e20a-4df0-a6d4-5aaef4508044"    ]  }'
{
  "ids": [
    "file_ce35d830-e20a-4df0-a6d4-5aaef4508044"
  ]
}
{
  "error": {
    "message": "File 'file_ce35d830-e20a-4df0-a6d4-5aaef4508044' not found",
    "status_code": 404
  }
}