From cee4809ab9cf37435259acad853b02c4e8de942e Mon Sep 17 00:00:00 2001 From: SamuelMartini Date: Fri, 24 Jan 2020 18:34:20 +0100 Subject: [PATCH] Add description for Spree::Api::Classifications#update method Better describe how the action only affect the classification position --- api/openapi/api.oas2.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/openapi/api.oas2.yml b/api/openapi/api.oas2.yml index b522512795e..2a289c9209d 100644 --- a/api/openapi/api.oas2.yml +++ b/api/openapi/api.oas2.yml @@ -3914,7 +3914,10 @@ paths: '422': $ref: '#/responses/unprocessable-entity' summary: Update classification - description: Updates a classification. + description: |- + Updates a classification. + + This method only updates the classification position. operationId: update-classification tags: - Classifications