Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 10, 2023
1 parent b7874ee commit 6f7c800
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Serval.DataFiles/Controllers/DataFilesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ public async Task<ActionResult<DataFileDto>> GetAsync([NotNull] string id, Cance
/// > verse_001_006 (tab) Ἀγγέλους τε τοὺς μὴ τηρήσαντας τὴν ἑαυτῶν ἀρχήν , ἀλλὰ (tab) ss
/// > verse_001_007 (tab) Ὡς Σόδομα καὶ Γόμορρα , καὶ αἱ περὶ αὐτὰς πόλεις (tab) ss
/// * Otherwise, *no tabs* should be used in the file and a unique identifier will generated for each translation unit based on the line number.
/// * **Paratext**: A complete, zipped Paratext project
/// </param> /// <param name="idGenerator"></param>
/// * **Paratext**: A complete, zipped Paratext project backup: that is, a .zip archive of files including the USFM files and "Settings.xml" file. To generate a zipped backup for a project in Paratext, navigate to "Paratext/Advanced/Backup project to file..." and follow the dialogue.
/// </param>
/// <param name="idGenerator"></param>
/// <param name="cancellationToken"></param>
/// <response code="201">The file was created successfully</response>
/// <response code="400">Bad request. Is the file over 100 MB?</response>
Expand Down

0 comments on commit 6f7c800

Please sign in to comment.