Skip to content

Commit

Permalink
Add description for Spree::Api::Classifications#update method
Browse files Browse the repository at this point in the history
Better describe how the action only affect the classification position
  • Loading branch information
SamuelMartini committed Jan 24, 2020
1 parent 5fbf2d8 commit cee4809
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/openapi/api.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cee4809

Please sign in to comment.