Skip to content

Commit

Permalink
docs(data-workflow): update tags in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
leogail committed Dec 20, 2024
1 parent 0c74883 commit 1e9a7fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/data-workflow/v1/retrieve-csv.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mimeType = text/csv
post.operationId = post-v1-retrieve-csv
post.description = Récupération d'un résultat produit sous forme d'un flux CSV
post.summary = Les traitements étant asynchrones le résultat, une fois créé, doit être récupéré par cette route
post.tags.0 = data-computer
post.tags.0 = retrieves
post.responses.default.description = Fichier corpus en version CSV
post.requestBody.required = true

Expand Down
2 changes: 1 addition & 1 deletion services/data-workflow/v1/retrieve-json.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mimeType = application/json
post.operationId = post-v1-retrieve-json
post.summary = Récupération d'un résultat produit sous forme d'un flux JSON
post.description = Les traitements étant asynchrones, le résultat une fois créé doit être récupéré par cette route
post.tags.0 = data-computer
post.tags.0 = retrieves
post.responses.default.description = Fichier corpus au format JSON
post.requestBody.required = true
post.parameters.0.description = Indenter le JSON résultant
Expand Down
2 changes: 1 addition & 1 deletion services/data-workflow/v1/retrieve.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extension = tar.gz
post.operationId = post-v1-retrieve
post.summary = Récupération d'un résultat produit sous forme d'un fichier corpus
post.description = Les traitements étant asynchrones le résultat une fois créé doit être récupéré par cette route
post.tags.0 = data-computer
post.tags.0 = retrieves
post.responses.default.description = Fichier corpus au format tar.gz
post.responses.default.content.application/x-gzip.schema.type = string
post.responses.default.content.application/x-gzip.schema.format = binary
Expand Down

0 comments on commit 1e9a7fb

Please sign in to comment.