List stored character files
GET/storage
Lists all character files available in storage
Responses
- 200
- 500
List of character files
- application/json
- Schema
- Example (from schema)
Schema
filesstring[]
{
"files": [
"string"
]
}
Error reading storage
- application/json
- Schema
- Example (from schema)
Schema
errorstring
{
"error": "string"
}