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 Feb 7, 2020
1 parent adbcbf5 commit c41339a
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 @@ -3918,7 +3918,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 c41339a

Please sign in to comment.