Download OpenAPI specification:
Uploads and downloads are kept in a staging folder, this prevents conflicts of data changing during an upload, and also allows multiple uploads. The last closed upload will be kept.
| id | integer <uint64> (TitleID) |
| container | string (Container) Enum: "SAVE" "EXTDATA" The container the files are from, either SAVE or EXTDATA |
Array of objects (ClientFileInfo) |
{- "id": 1125899907186432,
- "container": "SAVE",
- "files": [
- {
- "path": "/GameData.bin",
- "size": 18444,
- "hash": "d41d8cd98f00b204e9800998ecf8427e"
}
]
}{- "ticket": "c6b59193-94d9-40e3-828a-f28b3b45ccd4",
- "files": [
- "/GameData.bin"
]
}See /v1/upload/begin for details.
| id | integer <uint64> (TitleID) |
| container | string (Container) Enum: "SAVE" "EXTDATA" The container the files are from, either SAVE or EXTDATA |
Array of objects (ClientFileInfo) |
{- "id": 1125899907186432,
- "container": "SAVE",
- "existingFiles": [
- {
- "path": "/GameData.bin",
- "size": 18444,
- "hash": "d41d8cd98f00b204e9800998ecf8427e"
}
]
}{- "ticket": "c6b59193-94d9-40e3-828a-f28b3b45ccd4",
- "files": [
- {
- "path": "/GameData.bin",
- "size": 18444,
- "hash": "d41d8cd98f00b204e9800998ecf8427e",
- "action": "KEEP"
}
]
}