curl --request PUT \
--url https://api.waterfall.host/v1/game/files/{serverId}/rename \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"files": [
{
"from": "<string>",
"to": "<string>"
}
],
"root": "/"
}
'curl --request PUT \
--url https://api.waterfall.host/v1/game/files/{serverId}/rename \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"files": [
{
"from": "<string>",
"to": "<string>"
}
],
"root": "/"
}
'