From 94bcde012f1473f828f89a39addc8994114f9a58 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 8 Jul 2020 16:18:20 +0200 Subject: Implement scenario routes --- opendc-api-spec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opendc-api-spec.yml') diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index e6040bdf..aa78a84a 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -500,7 +500,7 @@ paths: put: tags: - scenarios - description: "Update this Scenario." + description: "Update this Scenario's name (other properties are read-only)." parameters: - name: scenarioId in: path @@ -509,7 +509,7 @@ paths: type: string - name: scenario in: body - description: Scenario's new properties. + description: Scenario with new name. required: true schema: $ref: '#/definitions/Scenario' -- cgit v1.2.3