From 1a5180787000df64076970333541baa6c5368a10 Mon Sep 17 00:00:00 2001 From: Bruno Guillaume Date: Fri, 13 Sep 2019 14:56:18 +0200 Subject: [PATCH] add renameSample service --- content/grew_server.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/grew_server.md b/content/grew_server.md index fd387a5..a0f858b 100644 --- a/content/grew_server.md +++ b/content/grew_server.md @@ -80,6 +80,12 @@ This service is used to remove a sample. If the sample does not exist, nothing a * `( project_id, sample_id)` +### The `renameSample` service + + * `( project_id, sample_id, new_sample_id)` + +An error is returned either if `sample_id` does not exist or if `new_sample_id` alredy exists in `project_id`. + ## Sentences ### The `eraseSentence` service -- GitLab