diff --git a/nlp-tools2/swagger.json b/nlp-tools2/swagger.json index d3fb93c..4bb3b9d 100644 --- a/nlp-tools2/swagger.json +++ b/nlp-tools2/swagger.json @@ -10,7 +10,7 @@ "tags": [ { "name": "NLP", - "description": "détection de langue", + "description": "Traitement en langage naturel", "externalDocs": { "description": "Plus de documentation", "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/nlp-tools2" diff --git a/nlp-tools2/v1/detect-lang.ini b/nlp-tools2/v1/detect-lang.ini index 3a5d8d5..6599612 100644 --- a/nlp-tools2/v1/detect-lang.ini +++ b/nlp-tools2/v1/detect-lang.ini @@ -5,6 +5,7 @@ post.responses.default.description = Renvoie un Json composé d'`id`, `value` avec `value` un code langue sur 2 caractères post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Détection de langue +post.tags.0 = NLP post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream post.parameters.0.in = query