Expose a route to get the update file content of a task

This commit is contained in:
Kerollmops 2025-02-10 14:05:32 +01:00
parent 0c3e7fe963
commit df40533741
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
4 changed files with 98 additions and 1 deletions

View file

@ -372,6 +372,7 @@ RemoteRemoteError , System , BAD_GATEWAY ;
RemoteTimeout , System , BAD_GATEWAY ;
TooManySearchRequests , System , SERVICE_UNAVAILABLE ;
TaskNotFound , InvalidRequest , NOT_FOUND ;
TaskFileNotFound , InvalidRequest , NOT_FOUND ;
BatchNotFound , InvalidRequest , NOT_FOUND ;
TooManyOpenFiles , System , UNPROCESSABLE_ENTITY ;
TooManyVectors , InvalidRequest , BAD_REQUEST ;