refs #631 - Modify 'README.md'

pull/1/head
Gerardo GIl Elizeire 2024-09-06 14:12:51 +02:00
parent b50459efd8
commit aff7ec138c
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ El presente documento detalla los endpoints de la API, con sus respectivos pará
5. [Eliminar una Imagen](#eliminar-una-imagen) - `DELETE /ogrepository/v1/images/delete-image`
6. [Recuperar una Imagen](#recuperar-una-imagen) - `POST /ogrepository/v1/images/recover-image`
7. [Importar una Imagen](#importar-una-imagen) - `POST /ogrepository/v1/images/import-image`
8. [Crear archivos sum, full.sum, size y torrent](#crear-archivos-sum-fullsum-size-y-torrent) - `POST /ogrepository/v1/images/create-torrentsum`
8. [Crear archivos auxiliares](#crear-archivos-auxiliares) - `POST /ogrepository/v1/images/create-torrentsum`
9. [Enviar paquete Wake On Lan](#enviar-paquete-wake-on-lan) - `POST /ogrepository/v1/images/send-wol`
10. [Iniciar el Tracker P2P](#iniciar-el-tracker-p2p) - `POST /ogrepository/v1/images/run-tracker`
11. [Iniciar el Seeder P2P](#iniciar-el-seeder-p2p) - `POST /ogrepository/v1/images/run-seeder`
@ -316,7 +316,7 @@ curl -X POST -H "Authorization: $API_KEY" -H "Content-Type: application/json" -d
- **Código 200 OK:** La imagen se ha importado exitosamente.
---
### Crear archivos sum, full.sum, size y torrent
### Crear archivos auxiliares
Se crearán los archivos ".sum", ".full.sum", ".size" y ".torrent", para la imagen especificada como parámetro.
Se puede hacer con el script "**createTorrentSum.py**", que hemos programado recientemente.